Searched refs:headers_in_hash (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 74 ngx_hash_t headers_in_hash; member
|
| H A D | ngx_http_core_module.h | 157 ngx_hash_t headers_in_hash; member
|
| H A D | ngx_http_upstream.c | 2746 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 D | ngx_http.c | 435 hash.hash = &cmcf->headers_in_hash; in ngx_http_init_headers_in_hash()
|
| H A D | ngx_http_request.c | 1449 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 D | nginx.xs | 259 hh = ngx_hash_find(&cmcf->headers_in_hash, hash, lowcase_key, len);
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 1672 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 D | ngx_http_scgi_module.c | 1069 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
|
| H A D | ngx_http_uwsgi_module.c | 1279 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_uwsgi_process_header()
|
| H A D | ngx_http_fastcgi_module.c | 1960 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_fastcgi_process_header()
|
| H A D | ngx_http_grpc_module.c | 1774 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_grpc_process_header()
|
| H A D | ngx_http_proxy_module.c | 1866 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_proxy_process_header()
|