Home
last modified time | relevance | path

Searched refs:ngx_http_upstream_module (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_zone_module.c75 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_zone()
76 umcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_zone()
106 &ngx_http_upstream_module); in ngx_http_upstream_zone()
H A Dngx_http_upstream_ip_hash_module.c261 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_ip_hash()
H A Dngx_http_upstream_least_conn_module.c296 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_least_conn()
H A Dngx_http_upstream_random_module.c460 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_random()
H A Dngx_http_upstream_keepalive_module.c552 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_keepalive()
H A Dngx_http_upstream_hash_module.c659 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_hash()
H A Dngx_http_scgi_module.c1026 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1236 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c1653 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_fastcgi_process_header()
H A Dngx_http_grpc_module.c1495 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_grpc_process_header()
H A Dngx_http_proxy_module.c1824 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_proxy_process_header()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h432 extern ngx_module_t ngx_http_upstream_module;
H A Dngx_http_upstream.c366 ngx_module_t ngx_http_upstream_module = { variable
696 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_upstream_init_request()
2724 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_upstream_process_headers()
5742 ctx->srv_conf[ngx_http_upstream_module.ctx_index] = uscf; in ngx_http_upstream()
5988 umcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_add()
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules78 ngx_http_upstream_module"