Searched refs:pdp_dir (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dconfig.h55 char *pdp_dir; /* directory to store pdp data files */ member in struct:__anon77
H A Dconfig_file.c423 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 Dprocess.c2052 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 Dconfig.c337 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 Dconfig_xml.c397 parse_config_value(ctx, AM_AGENTS_CONFIG_POSTDATA_PRESERVE_DIR, CONF_STRING, NULL, &ctx->conf->pdp_dir, val, len);

Completed in 76 milliseconds