server_names_hash_bucket_size 1514 http/ngx_http.c     hash.bucket_size = cmcf->server_names_hash_bucket_size;
server_names_hash_bucket_size  206 http/ngx_http_core_module.c       offsetof(ngx_http_core_main_conf_t, server_names_hash_bucket_size),
server_names_hash_bucket_size 2911 http/ngx_http_core_module.c     cmcf->server_names_hash_bucket_size = NGX_CONF_UNSET_UINT;
server_names_hash_bucket_size 2929 http/ngx_http_core_module.c     if (cmcf->server_names_hash_bucket_size == NGX_CONF_UNSET_UINT) {
server_names_hash_bucket_size 2930 http/ngx_http_core_module.c         cmcf->server_names_hash_bucket_size = ngx_cacheline_size;
server_names_hash_bucket_size 2933 http/ngx_http_core_module.c     cmcf->server_names_hash_bucket_size =
server_names_hash_bucket_size 2934 http/ngx_http_core_module.c             ngx_align(cmcf->server_names_hash_bucket_size, ngx_cacheline_size);
server_names_hash_bucket_size  151 http/ngx_http_core_module.h     ngx_uint_t                 server_names_hash_bucket_size;