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

/forgerock/web-agents-v4/tests/
H A Dtest_exits.c180 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/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h426 am_web_add_header_in_response_t add_header_in_response; member in struct:__anon18
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h426 am_web_add_header_in_response_t add_header_in_response; member in struct:__anon18
/forgerock/web-agents-v4/source/apache/
H A Dagent.c306 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 Dagent.c301 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 Dagent.c344 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/web-agents-v4/source/iis/
H A Dagent.c598 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;

Completed in 49 milliseconds