Home
last modified time | relevance | path

Searched refs:hide_headers (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c6283 ngx_array_t hide_headers; in ngx_http_upstream_hide_headers_hash() local
6286 if (conf->hide_headers == NGX_CONF_UNSET_PTR in ngx_http_upstream_hide_headers_hash()
6289 conf->hide_headers = prev->hide_headers; in ngx_http_upstream_hide_headers_hash()
6300 conf->hide_headers = prev->hide_headers; in ngx_http_upstream_hide_headers_hash()
6315 hk = ngx_array_push(&hide_headers); in ngx_http_upstream_hide_headers_hash()
6327 h = conf->hide_headers->elts; in ngx_http_upstream_hide_headers_hash()
6331 hk = hide_headers.elts; in ngx_http_upstream_hide_headers_hash()
6339 hk = ngx_array_push(&hide_headers); in ngx_http_upstream_hide_headers_hash()
6357 hk = hide_headers.elts; in ngx_http_upstream_hide_headers_hash()
6379 if (ngx_hash_init(hash, hide_headers.elts, hide_headers.nelts) != NGX_OK) { in ngx_http_upstream_hide_headers_hash()
[all …]
H A Dngx_http_upstream.h188 ngx_array_t *hide_headers; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c399 offsetof(ngx_http_scgi_loc_conf_t, upstream.hide_headers),
1242 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
H A Dngx_http_uwsgi_module.c467 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.hide_headers),
1455 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
H A Dngx_http_fastcgi_module.c549 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.hide_headers),
2763 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
H A Dngx_http_grpc_module.c335 offsetof(ngx_http_grpc_loc_conf_t, upstream.hide_headers),
4184 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf()
H A Dngx_http_proxy_module.c626 offsetof(ngx_http_proxy_loc_conf_t, upstream.hide_headers),
2896 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()