headers_hash_max_size   74 http/modules/ngx_http_proxy_module.c     ngx_uint_t                     headers_hash_max_size;
headers_hash_max_size  253 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, headers_hash_max_size),
headers_hash_max_size 1707 http/modules/ngx_http_proxy_module.c     conf->headers_hash_max_size = NGX_CONF_UNSET_UINT;
headers_hash_max_size 2008 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_uint_value(conf->headers_hash_max_size,
headers_hash_max_size 2009 http/modules/ngx_http_proxy_module.c                               prev->headers_hash_max_size, 512);
headers_hash_max_size 2017 http/modules/ngx_http_proxy_module.c     hash.max_size = conf->headers_hash_max_size;
headers_hash_max_size 2331 http/modules/ngx_http_proxy_module.c     hash.max_size = conf->headers_hash_max_size;