Searched refs:response_attributes (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/tests/ |
H A D | test_exits.c | 277 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 D | test_policy_cache.c | 243 assert_int_equal(test_attributes("Attributes", r->response_attributes), 3);
|
/forgerock/web-agents-v4/source/ |
H A D | policy_xml.c | 215 AM_LIST_INSERT(ctx->curr_policy->response_attributes, el); 374 delete_am_namevalue_list(&t->response_attributes);
|
H A D | process.c | 849 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 D | am.h | 266 struct am_namevalue *response_attributes; /*pointers to the data inside policy am_policy_result if any*/ member in struct:am_request
|
H A D | utility.h | 118 struct am_namevalue *response_attributes; member in struct:am_policy_result
|
H A D | cache.c | 692 AM_LIST_INSERT(pol_curr->response_attributes, el); 766 AM_LIST_FOR_EACH(element->response_attributes, rae, rat) {
|
Completed in 390 milliseconds