hsize 657 core/ngx_hash.c ha->hsize = 107; hsize 661 core/ngx_hash.c ha->hsize = NGX_HASH_LARGE_HSIZE; hsize 684 core/ngx_hash.c ha->keys_hash = ngx_pcalloc(ha->temp_pool, sizeof(ngx_array_t) * ha->hsize); hsize 690 core/ngx_hash.c sizeof(ngx_array_t) * ha->hsize); hsize 696 core/ngx_hash.c sizeof(ngx_array_t) * ha->hsize); hsize 775 core/ngx_hash.c k %= ha->hsize; hsize 826 core/ngx_hash.c k %= ha->hsize; hsize 75 core/ngx_hash.h ngx_uint_t hsize; hsize 1189 http/modules/ngx_http_gzip_filter_module.c size_t memlevel, hsize; hsize 1193 http/modules/ngx_http_gzip_filter_module.c for (hsize = 128 * 1024; hsize > 256; hsize >>= 1) { hsize 1195 http/modules/ngx_http_gzip_filter_module.c if (hsize == *np) { hsize 241 http/modules/ngx_http_map_module.c ctx.values_hash = ngx_pcalloc(pool, sizeof(ngx_array_t) * ctx.keys.hsize); hsize 453 http/modules/ngx_http_map_module.c key %= ctx->keys.hsize;