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 D | ngx_http_upstream_zone_module.c | 75 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 D | ngx_http_upstream_ip_hash_module.c | 261 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_ip_hash()
|
| H A D | ngx_http_upstream_least_conn_module.c | 296 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_least_conn()
|
| H A D | ngx_http_upstream_random_module.c | 460 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_random()
|
| H A D | ngx_http_upstream_keepalive_module.c | 552 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_keepalive()
|
| H A D | ngx_http_upstream_hash_module.c | 659 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_hash()
|
| H A D | ngx_http_scgi_module.c | 1026 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_scgi_process_header()
|
| H A D | ngx_http_uwsgi_module.c | 1236 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_uwsgi_process_header()
|
| H A D | ngx_http_fastcgi_module.c | 1653 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_fastcgi_process_header()
|
| H A D | ngx_http_grpc_module.c | 1495 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_grpc_process_header()
|
| H A D | ngx_http_proxy_module.c | 1824 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 D | ngx_http_upstream.h | 432 extern ngx_module_t ngx_http_upstream_module;
|
| H A D | ngx_http_upstream.c | 366 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 D | modules | 78 ngx_http_upstream_module"
|