Searched refs:create_key (Results 1 – 6 of 6) sorted by relevance
356 ngx_int_t (*create_key)(ngx_http_request_t *r); member
845 if (u->create_key(r) != NGX_OK) { in ngx_http_upstream_cache()
517 u->create_key = ngx_http_scgi_create_key; in ngx_http_scgi_handler()
686 u->create_key = ngx_http_uwsgi_create_key; in ngx_http_uwsgi_handler()
718 u->create_key = ngx_http_fastcgi_create_key; in ngx_http_fastcgi_handler()
910 u->create_key = ngx_http_proxy_create_key; in ngx_http_proxy_handler()