request_pool_size  227 http/ngx_http_core_module.c       offsetof(ngx_http_core_srv_conf_t, request_pool_size),
request_pool_size 2980 http/ngx_http_core_module.c     cscf->request_pool_size = NGX_CONF_UNSET_SIZE;
request_pool_size 3004 http/ngx_http_core_module.c     ngx_conf_merge_size_value(conf->request_pool_size,
request_pool_size 3005 http/ngx_http_core_module.c                               prev->request_pool_size, 4096);
request_pool_size  176 http/ngx_http_core_module.h     size_t                      request_pool_size;
request_pool_size  452 http/ngx_http_request.c     r->pool = ngx_create_pool(cscf->request_pool_size, c->log);