Searched refs:current_cookies (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/varnish/
H A Dagent.c278 const char *current_cookies; local
284 current_cookies = get_request_header(req->ctx, HTTP_HDR_COOKIE);
285 if (ISVALID(current_cookies)) {
286 char *h = WS_Alloc(req->ctx->ws, strlen(current_cookies) + strlen(header) + 3);
292 strcat(h, current_cookies);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c322 const char *current_cookies; local
327 current_cookies = get_request_header(req->ctx, HTTP_HDR_COOKIE);
328 if (ISVALID(current_cookies)) {
329 char *h = WS_Alloc(req->ctx->ws, strlen(current_cookies) + strlen(header) + 3);
335 strcat(h, current_cookies);

Completed in 693 milliseconds