Home
last modified time | relevance | path

Searched refs:ngx_hash_t (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h26 } ngx_hash_t; typedef
30 ngx_hash_t hash;
46 ngx_hash_t hash;
53 ngx_hash_t *hash;
100 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()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h157 ngx_hash_t headers_in_hash;
159 ngx_hash_t variables_hash;
281 ngx_hash_t hash;
346 ngx_hash_t types_hash;
489 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);
H A Dngx_http.h160 ngx_hash_t *types_hash, ngx_array_t **prev_keys,
161 ngx_hash_t *prev_types_hash, ngx_str_t *default_types);
H A Dngx_http_upstream.h74 ngx_hash_t headers_in_hash;
187 ngx_hash_t hide_headers_hash;
H A Dngx_http.c1989 ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash, in ngx_http_merge_types()
1990 ngx_array_t **prev_keys, ngx_hash_t *prev_types_hash, in ngx_http_merge_types()
H A Dngx_http_core_module.c1469 ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash) in ngx_http_test_content_type()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h34 ngx_hash_t hash;
H A Dngx_http_addition_filter_module.c17 ngx_hash_t types;
H A Dngx_http_xslt_filter_module.c58 ngx_hash_t types;
H A Dngx_http_sub_filter_module.c41 ngx_hash_t types;
H A Dngx_http_gzip_filter_module.c19 ngx_hash_t types;
H A Dngx_http_charset_filter_module.c58 ngx_hash_t types;
H A Dngx_http_scgi_module.c24 ngx_hash_t hash;
H A Dngx_http_uwsgi_module.c25 ngx_hash_t hash;
H A Dngx_http_ssi_filter_module.c26 ngx_hash_t types;
H A Dngx_http_fastcgi_module.c23 ngx_hash_t hash;
H A Dngx_http_grpc_module.c17 ngx_hash_t hash;
H A Dngx_http_proxy_module.c51 ngx_hash_t hash;
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h157 ngx_hash_t variables_hash;