ngx_hash_key      814 src/core/ngx_hash.c     hk->key_hash = ngx_hash_key(key->data, last);
ngx_hash_key      112 src/core/ngx_hash.h ngx_uint_t ngx_hash_key(u_char *data, size_t len);
ngx_hash_key     2846 src/http/modules/ngx_http_ssi_filter_module.c     hash.key = ngx_hash_key;
ngx_hash_key     1990 src/http/ngx_http.c             type->key_hash = ngx_hash_key(default_type->data,
ngx_hash_key     2120 src/http/ngx_http.c         type->key_hash = ngx_hash_key(default_type->data,
ngx_hash_key     2094 src/http/ngx_http_request.c                                   ngx_hash_key(host->data, host->len),
ngx_hash_key     2819 src/http/ngx_http_spdy.c         h->hash = ngx_hash_key(h->header, h->len);
ngx_hash_key     2603 src/http/ngx_http_variables.c     hash.key = ngx_hash_key;