Searched refs:pass_headers (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 189 ngx_array_t *pass_headers; member
|
| H A D | ngx_http_upstream.c | 6287 && conf->pass_headers == NGX_CONF_UNSET_PTR) in ngx_http_upstream_hide_headers_hash() 6290 conf->pass_headers = prev->pass_headers; in ngx_http_upstream_hide_headers_hash() 6303 if (conf->pass_headers == NGX_CONF_UNSET_PTR) { in ngx_http_upstream_hide_headers_hash() 6304 conf->pass_headers = prev->pass_headers; in ngx_http_upstream_hide_headers_hash() 6354 if (conf->pass_headers != NGX_CONF_UNSET_PTR) { in ngx_http_upstream_hide_headers_hash() 6356 h = conf->pass_headers->elts; in ngx_http_upstream_hide_headers_hash() 6359 for (i = 0; i < conf->pass_headers->nelts; i++) { in ngx_http_upstream_hide_headers_hash() 6390 && conf->pass_headers == prev->pass_headers) in ngx_http_upstream_hide_headers_hash()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 392 offsetof(ngx_http_scgi_loc_conf_t, upstream.pass_headers), 1243 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 460 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.pass_headers), 1456 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 542 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.pass_headers), 2764 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 328 offsetof(ngx_http_grpc_loc_conf_t, upstream.pass_headers), 4185 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 619 offsetof(ngx_http_proxy_loc_conf_t, upstream.pass_headers), 2897 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
|