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 D | ngx_event.c | 662 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 D | ngx_event.h | 553 #define ngx_event_get_conf(conf_ctx, module) \ macro
|
| H A D | ngx_event_accept.c | 42 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module);
|
| H A D | ngx_event_udp.c | 71 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 D | ngx_poll_module.c | 408 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf()
|
| H A D | ngx_select_module.c | 415 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf()
|
| H A D | ngx_win32_select_module.c | 400 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf()
|
| H A D | ngx_win32_poll_module.c | 418 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf()
|
| H A D | ngx_devpoll_module.c | 123 dpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_devpoll_module); in ngx_devpoll_init()
|
| H A D | ngx_eventport_module.c | 218 epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_eventport_module); in ngx_eventport_init()
|
| H A D | ngx_kqueue_module.c | 136 kcf = ngx_event_get_conf(cycle->conf_ctx, ngx_kqueue_module); in ngx_kqueue_init()
|
| H A D | ngx_epoll_module.c | 327 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 D | ngx_http.c | 1730 iocpcf = ngx_event_get_conf(cf->cycle->conf_ctx, ngx_iocp_module); in ngx_http_add_listening()
|