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

/forgerock/web-agents-v4/tests/
H A Dtest_exits.c292 am_config_map_t response_attr_map [] = local
327 .response_attr_map_sz = array_len(response_attr_map),
328 .response_attr_map = response_attr_map,
410 am_config_map_t response_attr_map [] = local
447 .response_attr_map_sz = array_len(response_attr_map),
448 .response_attr_map = response_attr_map,
/forgerock/web-agents-v4/source/
H A Dconfig.h131 am_config_map_t *response_attr_map; member in struct:__anon77
H A Dconfig_file.c486 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_ATTR_RESPONSE_MAP, CONF_STRING_MAP, &conf->response_attr_map_sz, &conf->response_attr_map, NULL);
636 AM_CONF_MAP_FREE(c->response_attr_map_sz, c->response_attr_map);
H A Dconfig.c491 if (c->response_attr_map_sz > 0 && c->response_attr_map != NULL) {
493 am_config_map_t *v = &c->response_attr_map[i];
962 r->response_attr_map = malloc(sz * sizeof (am_config_map_t));
964 if (r->response_attr_map != NULL && r->response_attr_map_sz < sz) {
965 am_config_map_t *m = &r->response_attr_map[r->response_attr_map_sz++];
H A Dconfig_xml.c291 parse_config_value(ctx, AM_AGENTS_CONFIG_ATTR_RESPONSE_MAP, CONF_STRING_MAP, &ctx->conf->response_attr_map_sz, &ctx->conf->response_attr_map, val, len);
H A Dprocess.c1423 do_cookie_set_type(r, r->conf->response_attr_map, r->conf->response_attr_map_sz,
1456 do_header_set_type(r, r->conf->response_attr_map, r->conf->response_attr_map_sz,

Completed in 1725 milliseconds