Home
last modified time | relevance | path

Searched refs:epcf (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_eventport_module.c216 ngx_eventport_conf_t *epcf; in ngx_eventport_init() local
233 if (nevents < epcf->events) { in ngx_eventport_init()
238 event_list = ngx_alloc(sizeof(port_event_t) * epcf->events, in ngx_eventport_init()
275 nevents = epcf->events; in ngx_eventport_init()
628 ngx_eventport_conf_t *epcf; in ngx_eventport_create_conf() local
630 epcf = ngx_palloc(cycle->pool, sizeof(ngx_eventport_conf_t)); in ngx_eventport_create_conf()
631 if (epcf == NULL) { in ngx_eventport_create_conf()
635 epcf->events = NGX_CONF_UNSET; in ngx_eventport_create_conf()
637 return epcf; in ngx_eventport_create_conf()
644 ngx_eventport_conf_t *epcf = conf; in ngx_eventport_init_conf() local
[all …]
H A Dngx_epoll_module.c325 ngx_epoll_conf_t *epcf; in ngx_epoll_init() local
345 ngx_epoll_aio_init(cycle, epcf); in ngx_epoll_init()
353 if (nevents < epcf->events) { in ngx_epoll_init()
365 nevents = epcf->events; in ngx_epoll_init()
1029 ngx_epoll_conf_t *epcf; in ngx_epoll_create_conf() local
1032 if (epcf == NULL) { in ngx_epoll_create_conf()
1036 epcf->events = NGX_CONF_UNSET; in ngx_epoll_create_conf()
1037 epcf->aio_requests = NGX_CONF_UNSET; in ngx_epoll_create_conf()
1039 return epcf; in ngx_epoll_create_conf()
1046 ngx_epoll_conf_t *epcf = conf; in ngx_epoll_init_conf() local
[all …]