Searched refs:pdp_dir (Results 1 - 5 of 5) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | config.h | 55 char *pdp_dir; /* directory to store pdp data files */ member in struct:__anon77
|
| H A D | config_file.c | 423 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_POSTDATA_PRESERVE_DIR, CONF_STRING, NULL, &conf->pdp_dir, NULL); 620 AM_FREE(c->token, c->config, c->pdp_dir, c->realm, c->user, c->pass,
|
| H A D | process.c | 2052 if (!ISVALID(r->conf->pdp_dir) || !file_exists(r->conf->pdp_dir)) { 2055 thisfunc, LOGEMPTY(r->conf->pdp_dir)); 2067 am_asprintf(&file, "%s/%s", r->conf->pdp_dir, key);
|
| H A D | config.c | 337 if (ISVALID(c->pdp_dir)) { 338 SAVE_CHAR_VALUE(conf, h, MAKE_TYPE(AM_CONF_PDP_DIR, 0), c->pdp_dir); 781 r->pdp_dir = strndup(i->value, i->size[0]);
|
| H A D | config_xml.c | 397 parse_config_value(ctx, AM_AGENTS_CONFIG_POSTDATA_PRESERVE_DIR, CONF_STRING, NULL, &ctx->conf->pdp_dir, val, len);
|
Completed in 76 milliseconds