Home
last modified time | relevance | path

Searched refs:ngx_event_core_module (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c184 ngx_module_t ngx_event_core_module = { variable
509 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()
H A Dngx_event.h550 extern ngx_module_t ngx_event_core_module;
H A Dngx_event_accept.c42 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module);
H A Dngx_event_udp.c71 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module); in ngx_event_recvmsg()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_poll_module.c408 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf()
H A Dngx_select_module.c415 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf()
H A Dngx_win32_select_module.c400 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf()
H A Dngx_win32_poll_module.c418 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf()
/f-stack/app/nginx-1.16.1/auto/
H A Dsources84 EVENT_MODULES="ngx_events_module ngx_event_core_module"