hash_max_size      13 http/modules/ngx_http_map_module.c     ngx_uint_t                  hash_max_size;
hash_max_size      61 http/modules/ngx_http_map_module.c       offsetof(ngx_http_map_conf_t, hash_max_size),
hash_max_size     165 http/modules/ngx_http_map_module.c     mcf->hash_max_size = NGX_CONF_UNSET_UINT;
hash_max_size     187 http/modules/ngx_http_map_module.c     if (mcf->hash_max_size == NGX_CONF_UNSET_UINT) {
hash_max_size     188 http/modules/ngx_http_map_module.c         mcf->hash_max_size = 2048;
hash_max_size     287 http/modules/ngx_http_map_module.c     hash.max_size = mcf->hash_max_size;