hide_headers      423 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.hide_headers),
hide_headers     1996 http/modules/ngx_http_fastcgi_module.c     conf->upstream.hide_headers = NGX_CONF_UNSET_PTR;
hide_headers      425 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.hide_headers),
hide_headers     1693 http/modules/ngx_http_proxy_module.c     conf->upstream.hide_headers = NGX_CONF_UNSET_PTR;
hide_headers      289 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.hide_headers),
hide_headers     1025 http/modules/ngx_http_scgi_module.c     conf->upstream.hide_headers = NGX_CONF_UNSET_PTR;
hide_headers      323 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.hide_headers),
hide_headers     1078 http/modules/ngx_http_uwsgi_module.c     conf->upstream.hide_headers = NGX_CONF_UNSET_PTR;
hide_headers     4342 http/ngx_http_upstream.c     ngx_array_t      hide_headers;
hide_headers     4345 http/ngx_http_upstream.c     if (conf->hide_headers == NGX_CONF_UNSET_PTR
hide_headers     4359 http/ngx_http_upstream.c         conf->hide_headers = prev->hide_headers;
hide_headers     4363 http/ngx_http_upstream.c         if (conf->hide_headers == NGX_CONF_UNSET_PTR) {
hide_headers     4364 http/ngx_http_upstream.c             conf->hide_headers = prev->hide_headers;
hide_headers     4372 http/ngx_http_upstream.c     if (ngx_array_init(&hide_headers, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
hide_headers     4379 http/ngx_http_upstream.c         hk = ngx_array_push(&hide_headers);
hide_headers     4389 http/ngx_http_upstream.c     if (conf->hide_headers != NGX_CONF_UNSET_PTR) {
hide_headers     4391 http/ngx_http_upstream.c         h = conf->hide_headers->elts;
hide_headers     4393 http/ngx_http_upstream.c         for (i = 0; i < conf->hide_headers->nelts; i++) {
hide_headers     4395 http/ngx_http_upstream.c             hk = hide_headers.elts;
hide_headers     4397 http/ngx_http_upstream.c             for (j = 0; j < hide_headers.nelts; j++) {
hide_headers     4403 http/ngx_http_upstream.c             hk = ngx_array_push(&hide_headers);
hide_headers     4421 http/ngx_http_upstream.c         hk = hide_headers.elts;
hide_headers     4424 http/ngx_http_upstream.c             for (j = 0; j < hide_headers.nelts; j++) {
hide_headers     4443 http/ngx_http_upstream.c     return ngx_hash_init(hash, hide_headers.elts, hide_headers.nelts);
hide_headers      153 http/ngx_http_upstream.h     ngx_array_t                     *hide_headers;