Home
last modified time | relevance | path

Searched refs:ngx_hash_key (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h112 ngx_uint_t ngx_hash_key(u_char *data, size_t len);
H A Dngx_hash.c610 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 Dngx_http.c1942 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 Dngx_http_variables.c2698 hash.key = ngx_hash_key; in ngx_http_variables_init_vars()
H A Dngx_http_request.c2245 ngx_hash_key(host->data, host->len), in ngx_http_find_virtual_server()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.c1233 hash.key = ngx_hash_key; in ngx_stream_variables_init_vars()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c1772 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 Dngx_http_ssi_filter_module.c2849 hash.key = ngx_hash_key; in ngx_http_ssi_init_main_conf()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c1663 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()