Searched refs:request_pool_size (Results 1 – 4 of 4) sorted by relevance
192 size_t request_pool_size; member
228 offsetof(ngx_http_core_srv_conf_t, request_pool_size),3287 cscf->request_pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_srv_conf()3318 ngx_conf_merge_size_value(conf->request_pool_size, in ngx_http_core_merge_srv_conf()3319 prev->request_pool_size, 4096); in ngx_http_core_merge_srv_conf()
550 pool = ngx_create_pool(cscf->request_pool_size, c->log); in ngx_http_alloc_request()
506 syn keyword ngxDirective contained request_pool_size