Home
last modified time | relevance | path

Searched refs:ngx_event_get_conf (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c662 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_event_process_init()
902 iocpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_iocp_module); in ngx_event_process_init()
1126 old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx, in ngx_event_use()
H A Dngx_event.h553 #define ngx_event_get_conf(conf_ctx, module) \ macro
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()
H A Dngx_devpoll_module.c123 dpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_devpoll_module); in ngx_devpoll_init()
H A Dngx_eventport_module.c218 epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_eventport_module); in ngx_eventport_init()
H A Dngx_kqueue_module.c136 kcf = ngx_event_get_conf(cycle->conf_ctx, ngx_kqueue_module); in ngx_kqueue_init()
H A Dngx_epoll_module.c327 epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_epoll_module); in ngx_epoll_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1730 iocpcf = ngx_event_get_conf(cf->cycle->conf_ctx, ngx_iocp_module); in ngx_http_add_listening()