connection_pool_size 1739 http/ngx_http.c     ls->pool_size = cscf->connection_pool_size;
connection_pool_size  220 http/ngx_http_core_module.c       offsetof(ngx_http_core_srv_conf_t, connection_pool_size),
connection_pool_size 2979 http/ngx_http_core_module.c     cscf->connection_pool_size = NGX_CONF_UNSET_SIZE;
connection_pool_size 3002 http/ngx_http_core_module.c     ngx_conf_merge_size_value(conf->connection_pool_size,
connection_pool_size 3003 http/ngx_http_core_module.c                               prev->connection_pool_size, 256);
connection_pool_size 3014 http/ngx_http_core_module.c     if (conf->large_client_header_buffers.size < conf->connection_pool_size) {
connection_pool_size  175 http/ngx_http_core_module.h     size_t                      connection_pool_size;