Searched refs:ngx_hash_key (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.h | 112 ngx_uint_t ngx_hash_key(u_char *data, size_t len);
|
| H A D | ngx_hash.c | 610 ngx_hash_key(u_char *data, size_t len) in ngx_hash_key() function 825 hk->key_hash = ngx_hash_key(key->data, last); in ngx_hash_add_key()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 1942 type->key_hash = ngx_hash_key(default_type->data, in ngx_http_types_slot() 2072 type->key_hash = ngx_hash_key(default_type->data, in ngx_http_set_default_types()
|
| H A D | ngx_http_variables.c | 2698 hash.key = ngx_hash_key; in ngx_http_variables_init_vars()
|
| H A D | ngx_http_request.c | 2245 ngx_hash_key(host->data, host->len), in ngx_http_find_virtual_server()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.c | 1233 hash.key = ngx_hash_key; in ngx_stream_variables_init_vars()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 1772 h->hash = ngx_hash_key(h->key.data, h->key.len); in ngx_http_grpc_process_header() 2155 h->hash = ngx_hash_key(h->key.data, h->key.len); in ngx_http_grpc_filter()
|
| H A D | ngx_http_ssi_filter_module.c | 2849 hash.key = ngx_hash_key; in ngx_http_ssi_init_main_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 1663 h->hash = ngx_hash_key(h->key.data, h->key.len); in ngx_http_v2_state_process_header() 3568 header->hash = ngx_hash_key(header->name.data, header->name.len); in ngx_http_v2_parse_header()
|