Home
last modified time | relevance | path

Searched refs:create_key (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h356 ngx_int_t (*create_key)(ngx_http_request_t *r); member
H A Dngx_http_upstream.c845 if (u->create_key(r) != NGX_OK) { in ngx_http_upstream_cache()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c517 u->create_key = ngx_http_scgi_create_key; in ngx_http_scgi_handler()
H A Dngx_http_uwsgi_module.c686 u->create_key = ngx_http_uwsgi_create_key; in ngx_http_uwsgi_handler()
H A Dngx_http_fastcgi_module.c718 u->create_key = ngx_http_fastcgi_create_key; in ngx_http_fastcgi_handler()
H A Dngx_http_proxy_module.c910 u->create_key = ngx_http_proxy_create_key; in ngx_http_proxy_handler()