ngx_hash_keys_array_init  116 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  236 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  385 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 2701 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 1471 http/ngx_http.c     if (ngx_hash_keys_array_init(&ha, NGX_HASH_LARGE) != NGX_OK) {
ngx_hash_keys_array_init 1880 http/ngx_http_variables.c     if (ngx_hash_keys_array_init(cmcf->variables_keys, NGX_HASH_SMALL)