Searched refs:response_attributes (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_exits.c277 struct am_namevalue *response_attributes = NULL; local
351 .response_attributes = response_attributes,
367 AM_LIST_INSERT(response_attributes, el);
369 AM_LIST_INSERT(response_attributes, el);
378 delete_am_namevalue_list(&response_attributes);
395 struct am_namevalue *response_attributes = NULL; local
472 .response_attributes = response_attributes,
488 AM_LIST_INSERT(response_attributes, e
[all...]
H A Dtest_policy_cache.c243 assert_int_equal(test_attributes("Attributes", r->response_attributes), 3);
/forgerock/web-agents-v4/source/
H A Dpolicy_xml.c215 AM_LIST_INSERT(ctx->curr_policy->response_attributes, el);
374 delete_am_namevalue_list(&t->response_attributes);
H A Dprocess.c849 AM_LIST_FOR_EACH(r->response_attributes, e, t) {
921 r->response_attributes = NULL;
1034 r->response_attributes = NULL;
1050 r->response_attributes = NULL;
1129 r->response_attributes = NULL;
1154 r->response_attributes = e->response_attributes;
1187 r->response_attributes = e->response_attributes; /* will be used by set header/cookie later */
1219 r->response_attributes
[all...]
H A Dam.h266 struct am_namevalue *response_attributes; /*pointers to the data inside policy am_policy_result if any*/ member in struct:am_request
H A Dutility.h118 struct am_namevalue *response_attributes; member in struct:am_policy_result
H A Dcache.c692 AM_LIST_INSERT(pol_curr->response_attributes, el);
766 AM_LIST_FOR_EACH(element->response_attributes, rae, rat) {

Completed in 390 milliseconds