Searched defs:set_cookie (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/tests/ |
H A D | test_exits.c | 159 static am_status_t set_cookie(am_request_t *rq, const char *header) { function 186 return set_cookie(rq, key);
|
/forgerock/web-agents-v4/source/apache/ |
H A D | agent.c | 292 static am_status_t set_cookie(am_request_t *rq, const char *header) { function 311 return set_cookie(rq, key); 704 am_request.am_set_cookie_f = set_cookie;
|
/forgerock/web-agents-v4/source/varnish/ |
H A D | agent.c | 276 static am_status_t set_cookie(am_request_t *ar, const char *header) { function 306 return set_cookie(ar, key); 584 am_request.am_set_cookie_f = set_cookie;
|
/forgerock/web-agents-v4/source/varnish3/ |
H A D | agent.c | 320 static am_status_t set_cookie(am_request_t *ar, const char *header) { function 349 return set_cookie(ar, key); 634 am_request.am_set_cookie_f = set_cookie;
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 554 static am_status_t set_cookie(am_request_t *rq, const char *header) { function 555 static const char *thisfunc = "set_cookie():"; 608 return set_cookie(rq, key); 953 d.am_set_cookie_f = set_cookie;
|
Completed in 41 milliseconds