variables_hash_max_size  185 http/ngx_http_core_module.c       offsetof(ngx_http_core_main_conf_t, variables_hash_max_size),
variables_hash_max_size 2913 http/ngx_http_core_module.c     cmcf->variables_hash_max_size = NGX_CONF_UNSET_UINT;
variables_hash_max_size 2937 http/ngx_http_core_module.c     if (cmcf->variables_hash_max_size == NGX_CONF_UNSET_UINT) {
variables_hash_max_size 2938 http/ngx_http_core_module.c         cmcf->variables_hash_max_size = 512;
variables_hash_max_size  153 http/ngx_http_core_module.h     ngx_uint_t                 variables_hash_max_size;
variables_hash_max_size 2003 http/ngx_http_variables.c     hash.max_size = cmcf->variables_hash_max_size;