Searched refs:profile_attr_fetch (Results 1 - 6 of 6) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | config.h | 121 int profile_attr_fetch; /* AM_SET_ATTRS_NONE - 0, AM_SET_ATTRS_AS_HEADER, AM_SET_ATTRS_AS_COOKIE */ member in struct:__anon77
|
| H A D | config.c | 466 if (c->profile_attr_fetch > 0) { 467 SAVE_NUM_VALUE(conf, h, MAKE_TYPE(AM_CONF_PROF_ATTR, 0), c->profile_attr_fetch); 930 r->profile_attr_fetch = i->num_value;
|
| H A D | process.c | 1416 if (r->conf->profile_attr_fetch == AM_SET_ATTRS_AS_COOKIE || 1449 if (r->conf->profile_attr_fetch == AM_SET_ATTRS_AS_HEADER || 1509 if (r->conf->profile_attr_fetch == AM_SET_ATTRS_NONE &&
|
| H A D | config_file.c | 481 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_ATTR_PROFILE_MODE, CONF_ATTR_MODE, NULL, &conf->profile_attr_fetch, NULL);
|
| H A D | config_xml.c | 286 parse_config_value(ctx, AM_AGENTS_CONFIG_ATTR_PROFILE_MODE, CONF_ATTR_MODE, NULL, &ctx->conf->profile_attr_fetch, val, len);
|
| /forgerock/web-agents-v4/tests/ |
| H A D | test_exits.c | 318 .profile_attr_fetch = AM_SET_ATTRS_AS_COOKIE, 438 .profile_attr_fetch = AM_SET_ATTRS_AS_COOKIE,
|
Completed in 67 milliseconds