headers_hash_bucket_size   75 http/modules/ngx_http_proxy_module.c     ngx_uint_t                     headers_hash_bucket_size;
headers_hash_bucket_size  260 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, headers_hash_bucket_size),
headers_hash_bucket_size 1708 http/modules/ngx_http_proxy_module.c     conf->headers_hash_bucket_size = NGX_CONF_UNSET_UINT;
headers_hash_bucket_size 2011 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_uint_value(conf->headers_hash_bucket_size,
headers_hash_bucket_size 2012 http/modules/ngx_http_proxy_module.c                               prev->headers_hash_bucket_size, 64);
headers_hash_bucket_size 2014 http/modules/ngx_http_proxy_module.c     conf->headers_hash_bucket_size = ngx_align(conf->headers_hash_bucket_size,
headers_hash_bucket_size 2018 http/modules/ngx_http_proxy_module.c     hash.bucket_size = conf->headers_hash_bucket_size;
headers_hash_bucket_size 2332 http/modules/ngx_http_proxy_module.c     hash.bucket_size = conf->headers_hash_bucket_size;