hh               1147 http/modules/ngx_http_fastcgi_module.c     ngx_http_upstream_header_t     *hh;
hh               1452 http/modules/ngx_http_fastcgi_module.c                 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
hh               1455 http/modules/ngx_http_fastcgi_module.c                 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
hh               1247 http/modules/ngx_http_proxy_module.c     ngx_http_upstream_header_t     *hh;
hh               1289 http/modules/ngx_http_proxy_module.c             hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
hh               1292 http/modules/ngx_http_proxy_module.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
hh                849 http/modules/ngx_http_scgi_module.c     ngx_http_upstream_header_t     *hh;
hh                892 http/modules/ngx_http_scgi_module.c             hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
hh                895 http/modules/ngx_http_scgi_module.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
hh                899 http/modules/ngx_http_uwsgi_module.c     ngx_http_upstream_header_t     *hh;
hh                942 http/modules/ngx_http_uwsgi_module.c             hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
hh                945 http/modules/ngx_http_uwsgi_module.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
hh                942 http/ngx_http_request.c     ngx_http_header_t          *hh;
hh               1062 http/ngx_http_request.c             hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash,
hh               1065 http/ngx_http_request.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
hh               1807 http/ngx_http_upstream.c     ngx_http_upstream_header_t     *hh;
hh               1832 http/ngx_http_upstream.c             hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash,
hh               1835 http/ngx_http_upstream.c             if (hh && hh->redirect) {
hh               1836 http/ngx_http_upstream.c                 if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) {
hh               1885 http/ngx_http_upstream.c         hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash,
hh               1888 http/ngx_http_upstream.c         if (hh) {
hh               1889 http/ngx_http_upstream.c             if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) {