hash_bucket_size   14 http/modules/ngx_http_map_module.c     ngx_uint_t                  hash_bucket_size;
hash_bucket_size   68 http/modules/ngx_http_map_module.c       offsetof(ngx_http_map_conf_t, hash_bucket_size),
hash_bucket_size  166 http/modules/ngx_http_map_module.c     mcf->hash_bucket_size = NGX_CONF_UNSET_UINT;
hash_bucket_size  191 http/modules/ngx_http_map_module.c     if (mcf->hash_bucket_size == NGX_CONF_UNSET_UINT) {
hash_bucket_size  192 http/modules/ngx_http_map_module.c         mcf->hash_bucket_size = ngx_cacheline_size;
hash_bucket_size  195 http/modules/ngx_http_map_module.c         mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size,
hash_bucket_size  288 http/modules/ngx_http_map_module.c     hash.bucket_size = mcf->hash_bucket_size;