Searched defs:add_header_in_response (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/tests/ |
H A D | test_exits.c | 180 static am_status_t add_header_in_response(am_request_t *rq, const char *key, const char *value) { function 345 .am_add_header_in_response_f = add_header_in_response, 465 .am_add_header_in_response_f = add_header_in_response,
|
/forgerock/web-agents-v4/source/apache/ |
H A D | agent.c | 306 static am_status_t add_header_in_response(am_request_t *rq, const char *key, const char *value) { function 703 am_request.am_add_header_in_response_f = add_header_in_response;
|
/forgerock/web-agents-v4/source/varnish/ |
H A D | agent.c | 301 static am_status_t add_header_in_response(am_request_t *ar, const char *key, const char *value) { function 583 am_request.am_add_header_in_response_f = add_header_in_response;
|
/forgerock/web-agents-v4/source/varnish3/ |
H A D | agent.c | 344 static am_status_t add_header_in_response(am_request_t *ar, const char *key, const char *value) { function 633 am_request.am_add_header_in_response_f = add_header_in_response;
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_web.h | 426 am_web_add_header_in_response_t add_header_in_response; member in struct:__anon18
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 598 static am_status_t add_header_in_response(am_request_t *rq, const char *key, const char *value) { function 599 static const char *thisfunc = "add_header_in_response():"; 952 d.am_add_header_in_response_f = add_header_in_response;
|
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_web.h | 426 am_web_add_header_in_response_t add_header_in_response; member in struct:__anon18
|
Completed in 40 milliseconds