Searched refs:headers_hash_bucket_size (Results 1 – 1 of 1) sorted by relevance
91 ngx_uint_t headers_hash_bucket_size; member384 offsetof(ngx_http_proxy_loc_conf_t, headers_hash_bucket_size),2921 conf->headers_hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf()3322 ngx_conf_merge_uint_value(conf->headers_hash_bucket_size, in ngx_http_proxy_merge_loc_conf()3323 prev->headers_hash_bucket_size, 64); in ngx_http_proxy_merge_loc_conf()3325 conf->headers_hash_bucket_size = ngx_align(conf->headers_hash_bucket_size, in ngx_http_proxy_merge_loc_conf()3329 hash.bucket_size = conf->headers_hash_bucket_size; in ngx_http_proxy_merge_loc_conf()3594 hash.bucket_size = conf->headers_hash_bucket_size; in ngx_http_proxy_init_headers()