Home
last modified time | relevance | path

Searched refs:ngx_epoll_module (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/auto/
H A Dsources120 EPOLL_MODULE=ngx_epoll_module
121 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c19 extern ngx_module_t ngx_epoll_module;
1327 module = &ngx_epoll_module; in ngx_event_core_init_conf()
1330 module = &ngx_epoll_module; in ngx_event_core_init_conf()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c202 ngx_module_t ngx_epoll_module = { variable
327 epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_epoll_module); in ngx_epoll_init()