Home
last modified time | relevance | path

Searched refs:ngx_event_actions (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h201 extern ngx_event_actions_t ngx_event_actions;
424 return ngx_event_actions.add(ev, event, flags); in ngx_add_event()
433 return ngx_event_actions.del(ev, event, flags); in ngx_del_event()
439 return ngx_event_actions.add_conn(c); in ngx_add_conn()
444 return ngx_event_actions.del_conn(c, flags); in ngx_del_conn()
448 return ngx_event_actions.notify(handler); in ngx_notify()
462 #define ngx_done_events ngx_event_actions.done
464 #define ngx_add_event ngx_event_actions.add
465 #define ngx_del_event ngx_event_actions.del
466 #define ngx_add_conn ngx_event_actions.add_conn
[all …]
H A Dngx_event_connect.c209 if (ngx_event_actions.add_conn) {
266 if (ngx_event_actions.add_conn) {
H A Dngx_event_accept.c303 if (ngx_event_actions.add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
H A Dngx_event.c48 ngx_event_actions_t ngx_event_actions; variable
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_channel.c231 if (ngx_event_actions.add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_poll_module.c96 ngx_event_actions = ngx_poll_module_ctx.actions; in ngx_poll_init()
H A Dngx_select_module.c107 ngx_event_actions = ngx_select_module_ctx.actions; in ngx_select_init()
H A Dngx_win32_select_module.c107 ngx_event_actions = ngx_select_module_ctx.actions; in ngx_select_init()
H A Dngx_win32_poll_module.c113 ngx_event_actions = ngx_poll_module_ctx.actions; in ngx_poll_init()
H A Dngx_devpoll_module.c186 ngx_event_actions = ngx_devpoll_module_ctx.actions; in ngx_devpoll_init()
H A Dngx_eventport_module.c279 ngx_event_actions = ngx_eventport_module_ctx.actions; in ngx_eventport_init()
H A Dngx_kqueue_module.c235 ngx_event_actions = ngx_kqueue_module_ctx.actions; in ngx_kqueue_init()
H A Dngx_epoll_module.c369 ngx_event_actions = ngx_epoll_module_ctx.actions; in ngx_epoll_init()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c1274 if (ngx_event_actions.del_conn) {
H A Dngx_resolver.c4533 if (ngx_event_actions.add_conn) {
4589 if (ngx_event_actions.add_conn) {