Home
last modified time | relevance | path

Searched refs:ngx_hash_find (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 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 Dnginx.xs259 hh = ngx_hash_find(&cmcf->headers_in_hash, hash, lowcase_key, len);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c760 if (ngx_hash_find(&params->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 Dngx_http_uwsgi_module.c948 if (ngx_hash_find(&params->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 Dngx_http_grpc_module.c698 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 Dngx_http_proxy_module.c1320 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 Dngx_http_fastcgi_module.c955 if (ngx_hash_find(&params->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 Dngx_http_ssi_filter_module.c634 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 Dngx_stream_variables.c404 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 Dngx_http_upstream.c2746 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 Dngx_http_core_module.c1505 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 Dngx_http_variables.c670 v = ngx_hash_find(&cmcf->variables_hash, key, name->data, name->len); in ngx_http_get_variable()
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/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()