ngx_hash_keys_array_init  117 src/core/ngx_hash.h ngx_int_t ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type);
ngx_hash_keys_array_init  238 src/http/modules/ngx_http_map_module.c     if (ngx_hash_keys_array_init(&ctx.keys, NGX_HASH_LARGE) != NGX_OK) {
ngx_hash_keys_array_init  478 src/http/modules/ngx_http_referer_module.c         if (ngx_hash_keys_array_init(rlcf->keys, NGX_HASH_SMALL) != NGX_OK) {
ngx_hash_keys_array_init 2830 src/http/modules/ngx_http_ssi_filter_module.c     if (ngx_hash_keys_array_init(&smcf->commands, NGX_HASH_SMALL) != NGX_OK) {
ngx_hash_keys_array_init 1498 src/http/ngx_http.c     if (ngx_hash_keys_array_init(&ha, NGX_HASH_LARGE) != NGX_OK) {
ngx_hash_keys_array_init 2463 src/http/ngx_http_variables.c     if (ngx_hash_keys_array_init(cmcf->variables_keys, NGX_HASH_SMALL)