Searched refs:profile_attr_fetch (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dconfig.h121 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 Dconfig.c466 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 Dprocess.c1416 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 Dconfig_file.c481 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_ATTR_PROFILE_MODE, CONF_ATTR_MODE, NULL, &conf->profile_attr_fetch, NULL);
H A Dconfig_xml.c286 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 Dtest_exits.c318 .profile_attr_fetch = AM_SET_ATTRS_AS_COOKIE,
438 .profile_attr_fetch = AM_SET_ATTRS_AS_COOKIE,

Completed in 81 milliseconds