Home
last modified time | relevance | path

Searched refs:create_request (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h358 ngx_int_t (*create_request)(ngx_http_request_t *r); member
H A Dngx_http_upstream.c625 if (u->create_request(r) != NGX_OK) { in ngx_http_upstream_init_request()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c210 u->create_request = ngx_http_memcached_create_request; in ngx_http_memcached_handler()
H A Dngx_http_scgi_module.c520 u->create_request = ngx_http_scgi_create_request; in ngx_http_scgi_handler()
H A Dngx_http_uwsgi_module.c689 u->create_request = ngx_http_uwsgi_create_request; in ngx_http_uwsgi_handler()
H A Dngx_http_fastcgi_module.c721 u->create_request = ngx_http_fastcgi_create_request; in ngx_http_fastcgi_handler()
H A Dngx_http_grpc_module.c548 u->create_request = ngx_http_grpc_create_request; in ngx_http_grpc_handler()
H A Dngx_http_proxy_module.c913 u->create_request = ngx_http_proxy_create_request; in ngx_http_proxy_handler()