variables_hash_bucket_size  192 http/ngx_http_core_module.c       offsetof(ngx_http_core_main_conf_t, variables_hash_bucket_size),
variables_hash_bucket_size 2914 http/ngx_http_core_module.c     cmcf->variables_hash_bucket_size = NGX_CONF_UNSET_UINT;
variables_hash_bucket_size 2941 http/ngx_http_core_module.c     if (cmcf->variables_hash_bucket_size == NGX_CONF_UNSET_UINT) {
variables_hash_bucket_size 2942 http/ngx_http_core_module.c         cmcf->variables_hash_bucket_size = 64;
variables_hash_bucket_size 2945 http/ngx_http_core_module.c     cmcf->variables_hash_bucket_size =
variables_hash_bucket_size 2946 http/ngx_http_core_module.c                ngx_align(cmcf->variables_hash_bucket_size, ngx_cacheline_size);
variables_hash_bucket_size  154 http/ngx_http_core_module.h     ngx_uint_t                 variables_hash_bucket_size;
variables_hash_bucket_size 2004 http/ngx_http_variables.c     hash.bucket_size = cmcf->variables_hash_bucket_size;