Home
last modified time | relevance | path

Searched refs:request_pool_size (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h192 size_t request_pool_size; member
H A Dngx_http_core_module.c228 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()
H A Dngx_http_request.c550 pool = ngx_create_pool(cscf->request_pool_size, c->log); in ngx_http_alloc_request()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim506 syn keyword ngxDirective contained request_pool_size