| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.h | 100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
|
| H A D | ngx_hash.c | 13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function 82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head() 174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail() 217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
|
| /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/modules/ |
| H A D | ngx_http_scgi_module.c | 760 if (ngx_hash_find(¶ms->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request() 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 | 948 if (ngx_hash_find(¶ms->hash, hash, lowcase_key, n)) { in ngx_http_uwsgi_create_request() 1279 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_uwsgi_process_header()
|
| H A D | ngx_http_grpc_module.c | 698 if (ngx_hash_find(&glcf->headers.hash, header[i].hash, in ngx_http_grpc_create_request() 934 if (ngx_hash_find(&glcf->headers.hash, header[i].hash, in ngx_http_grpc_create_request() 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 | 1320 if (ngx_hash_find(&headers->hash, header[i].hash, in ngx_http_proxy_create_request() 1456 if (ngx_hash_find(&headers->hash, header[i].hash, in ngx_http_proxy_create_request() 1866 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_proxy_process_header()
|
| H A D | ngx_http_fastcgi_module.c | 955 if (ngx_hash_find(¶ms->hash, hash, lowcase_key, n)) { in ngx_http_fastcgi_create_request() 1960 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_fastcgi_process_header()
|
| H A D | ngx_http_ssi_filter_module.c | 634 cmd = ngx_hash_find(&smcf->hash, ctx->key, ctx->command.data, in ngx_http_ssi_body_filter()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.c | 404 v = ngx_hash_find(&cmcf->variables_hash, key, name->data, name->len); in ngx_stream_get_variable()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| 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() 2799 if (ngx_hash_find(&u->conf->hide_headers_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() 2884 if (ngx_hash_find(&u->conf->hide_headers_hash, h[i].hash, in ngx_http_upstream_process_trailers()
|
| H A D | ngx_http_core_module.c | 1505 return ngx_hash_find(types_hash, r->headers_out.content_type_hash, in ngx_http_test_content_type() 1548 type = ngx_hash_find(&clcf->types_hash, hash, in ngx_http_set_content_type()
|
| H A D | ngx_http_variables.c | 670 v = ngx_hash_find(&cmcf->variables_hash, key, name->data, name->len); in ngx_http_get_variable()
|
| 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/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()
|