Searched refs:ngx_event_core_module (Results 1 – 9 of 9) sorted by relevance
184 ngx_module_t ngx_event_core_module = { variable509 ecf = (*cf)[ngx_event_core_module.ctx_index]; in ngx_event_module_init()662 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_event_process_init()1127 ngx_event_core_module); in ngx_event_use()
550 extern ngx_module_t ngx_event_core_module;
42 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module);
71 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module); in ngx_event_recvmsg()
408 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf()
415 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf()
400 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf()
418 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf()
84 EVENT_MODULES="ngx_events_module ngx_event_core_module"