Home
last modified time | relevance | path

Searched refs:ngx_events_module (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h549 extern ngx_module_t ngx_events_module;
554 (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]
H A Dngx_event.c108 ngx_module_t ngx_events_module = { variable
452 if (ngx_get_conf(cycle->conf_ctx, ngx_events_module) == NULL) { in ngx_event_init_conf()
508 cf = ngx_get_conf(cycle->conf_ctx, ngx_events_module); in ngx_event_module_init()
/f-stack/app/nginx-1.16.1/auto/
H A Dsources84 EVENT_MODULES="ngx_events_module ngx_event_core_module"
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1729 if (ngx_get_conf(cf->cycle->conf_ctx, ngx_events_module)) { in ngx_http_add_listening()