ngx_event_get_conf  120 event/modules/ngx_devpoll_module.c     dpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_devpoll_module);
ngx_event_get_conf  216 event/modules/ngx_epoll_module.c     epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_epoll_module);
ngx_event_get_conf  175 event/modules/ngx_eventport_module.c     epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_eventport_module);
ngx_event_get_conf  124 event/modules/ngx_kqueue_module.c     kcf = ngx_event_get_conf(cycle->conf_ctx, ngx_kqueue_module);
ngx_event_get_conf  425 event/modules/ngx_poll_module.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
ngx_event_get_conf  149 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(cycle->conf_ctx, ngx_rtsig_module);
ngx_event_get_conf  215 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
ngx_event_get_conf  355 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
ngx_event_get_conf  477 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
ngx_event_get_conf  408 event/modules/ngx_select_module.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
ngx_event_get_conf  392 event/modules/ngx_win32_select_module.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
ngx_event_get_conf  585 event/ngx_event.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
ngx_event_get_conf  795 event/ngx_event.c             iocpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_iocp_module);
ngx_event_get_conf 1003 event/ngx_event.c         old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx,
ngx_event_get_conf   33 event/ngx_event_accept.c     ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module);
ngx_event_get_conf 1752 http/ngx_http.c     iocpcf = ngx_event_get_conf(cf->cycle->conf_ctx, ngx_iocp_module);