Searched refs:ngx_hash_t (Results 1 – 20 of 20) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.h | 26 } 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 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()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 157 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 D | ngx_http.h | 160 ngx_hash_t *types_hash, ngx_array_t **prev_keys, 161 ngx_hash_t *prev_types_hash, ngx_str_t *default_types);
|
| H A D | ngx_http_upstream.h | 74 ngx_hash_t headers_in_hash; 187 ngx_hash_t hide_headers_hash;
|
| H A D | ngx_http.c | 1989 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 D | ngx_http_core_module.c | 1469 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 D | ngx_http_ssi_filter_module.h | 34 ngx_hash_t hash;
|
| H A D | ngx_http_addition_filter_module.c | 17 ngx_hash_t types;
|
| H A D | ngx_http_xslt_filter_module.c | 58 ngx_hash_t types;
|
| H A D | ngx_http_sub_filter_module.c | 41 ngx_hash_t types;
|
| H A D | ngx_http_gzip_filter_module.c | 19 ngx_hash_t types;
|
| H A D | ngx_http_charset_filter_module.c | 58 ngx_hash_t types;
|
| H A D | ngx_http_scgi_module.c | 24 ngx_hash_t hash;
|
| H A D | ngx_http_uwsgi_module.c | 25 ngx_hash_t hash;
|
| H A D | ngx_http_ssi_filter_module.c | 26 ngx_hash_t types;
|
| H A D | ngx_http_fastcgi_module.c | 23 ngx_hash_t hash;
|
| H A D | ngx_http_grpc_module.c | 17 ngx_hash_t hash;
|
| H A D | ngx_http_proxy_module.c | 51 ngx_hash_t hash;
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream.h | 157 ngx_hash_t variables_hash;
|