Searched refs:rewrite_cookie (Results 1 – 3 of 3) sorted by relevance
366 ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r, member
5167 if (r->upstream->rewrite_cookie) { in ngx_http_upstream_rewrite_set_cookie()5168 rc = r->upstream->rewrite_cookie(r, ho); in ngx_http_upstream_rewrite_set_cookie()
925 u->rewrite_cookie = ngx_http_proxy_rewrite_cookie; in ngx_http_proxy_handler()