Home
last modified time | relevance | path

Searched refs:headers_in_hash (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h74 ngx_hash_t headers_in_hash; member
H A Dngx_http_core_module.h157 ngx_hash_t headers_in_hash; member
H A Dngx_http_upstream.c2746 hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash, in ngx_http_upstream_process_headers()
2805 hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash, in ngx_http_upstream_process_headers()
6465 hash.hash = &umcf->headers_in_hash; in ngx_http_upstream_init_main_conf()
H A Dngx_http.c435 hash.hash = &cmcf->headers_in_hash; in ngx_http_init_headers_in_hash()
H A Dngx_http_request.c1449 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_process_request_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs259 hh = ngx_hash_find(&cmcf->headers_in_hash, hash, lowcase_key, len);
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c1672 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_v2_state_process_header()
3572 header->hh = ngx_hash_find(&cmcf->headers_in_hash, header->hash, in ngx_http_v2_parse_header()
3748 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_v2_construct_cookie_header()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1069 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1279 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c1960 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_fastcgi_process_header()
H A Dngx_http_grpc_module.c1774 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_grpc_process_header()
H A Dngx_http_proxy_module.c1866 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_proxy_process_header()