Searched refs:ngx_event_actions (Results 1 – 15 of 15) sorted by relevance
201 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.done464 #define ngx_add_event ngx_event_actions.add465 #define ngx_del_event ngx_event_actions.del466 #define ngx_add_conn ngx_event_actions.add_conn[all …]
209 if (ngx_event_actions.add_conn) {266 if (ngx_event_actions.add_conn) {
303 if (ngx_event_actions.add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
48 ngx_event_actions_t ngx_event_actions; variable
231 if (ngx_event_actions.add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
96 ngx_event_actions = ngx_poll_module_ctx.actions; in ngx_poll_init()
107 ngx_event_actions = ngx_select_module_ctx.actions; in ngx_select_init()
113 ngx_event_actions = ngx_poll_module_ctx.actions; in ngx_poll_init()
186 ngx_event_actions = ngx_devpoll_module_ctx.actions; in ngx_devpoll_init()
279 ngx_event_actions = ngx_eventport_module_ctx.actions; in ngx_eventport_init()
235 ngx_event_actions = ngx_kqueue_module_ctx.actions; in ngx_kqueue_init()
369 ngx_event_actions = ngx_epoll_module_ctx.actions; in ngx_epoll_init()
1274 if (ngx_event_actions.del_conn) {
4533 if (ngx_event_actions.add_conn) {4589 if (ngx_event_actions.add_conn) {