epcf              214 event/modules/ngx_epoll_module.c     ngx_epoll_conf_t  *epcf;
epcf              216 event/modules/ngx_epoll_module.c     epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_epoll_module);
epcf              277 event/modules/ngx_epoll_module.c     if (nevents < epcf->events) {
epcf              282 event/modules/ngx_epoll_module.c         event_list = ngx_alloc(sizeof(struct epoll_event) * epcf->events,
epcf              289 event/modules/ngx_epoll_module.c     nevents = epcf->events;
epcf              760 event/modules/ngx_epoll_module.c     ngx_epoll_conf_t  *epcf;
epcf              762 event/modules/ngx_epoll_module.c     epcf = ngx_palloc(cycle->pool, sizeof(ngx_epoll_conf_t));
epcf              763 event/modules/ngx_epoll_module.c     if (epcf == NULL) {
epcf              767 event/modules/ngx_epoll_module.c     epcf->events = NGX_CONF_UNSET;
epcf              769 event/modules/ngx_epoll_module.c     return epcf;
epcf              776 event/modules/ngx_epoll_module.c     ngx_epoll_conf_t *epcf = conf;
epcf              778 event/modules/ngx_epoll_module.c     ngx_conf_init_uint_value(epcf->events, 512);
epcf              173 event/modules/ngx_eventport_module.c     ngx_eventport_conf_t  *epcf;
epcf              175 event/modules/ngx_eventport_module.c     epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_eventport_module);
epcf              187 event/modules/ngx_eventport_module.c     if (nevents < epcf->events) {
epcf              192 event/modules/ngx_eventport_module.c         event_list = ngx_alloc(sizeof(port_event_t) * epcf->events,
epcf              231 event/modules/ngx_eventport_module.c     nevents = epcf->events;
epcf              580 event/modules/ngx_eventport_module.c     ngx_eventport_conf_t  *epcf;
epcf              582 event/modules/ngx_eventport_module.c     epcf = ngx_palloc(cycle->pool, sizeof(ngx_eventport_conf_t));
epcf              583 event/modules/ngx_eventport_module.c     if (epcf == NULL) {
epcf              587 event/modules/ngx_eventport_module.c     epcf->events = NGX_CONF_UNSET;
epcf              589 event/modules/ngx_eventport_module.c     return epcf;
epcf              596 event/modules/ngx_eventport_module.c     ngx_eventport_conf_t *epcf = conf;
epcf              598 event/modules/ngx_eventport_module.c     ngx_conf_init_uint_value(epcf->events, 32);