ngx_event_actions   86 event/modules/ngx_aio_module.c     ngx_event_actions = ngx_aio_module_ctx.actions;
ngx_event_actions  183 event/modules/ngx_devpoll_module.c     ngx_event_actions = ngx_devpoll_module_ctx.actions;
ngx_event_actions  293 event/modules/ngx_epoll_module.c     ngx_event_actions = ngx_epoll_module_ctx.actions;
ngx_event_actions  235 event/modules/ngx_eventport_module.c     ngx_event_actions = ngx_eventport_module_ctx.actions;
ngx_event_actions  243 event/modules/ngx_kqueue_module.c     ngx_event_actions = ngx_kqueue_module_ctx.actions;
ngx_event_actions   95 event/modules/ngx_poll_module.c     ngx_event_actions = ngx_poll_module_ctx.actions;
ngx_event_actions  175 event/modules/ngx_rtsig_module.c     ngx_event_actions = ngx_rtsig_module_ctx.actions;
ngx_event_actions  449 event/modules/ngx_rtsig_module.c         ngx_event_actions.process_events = ngx_rtsig_process_overflow;
ngx_event_actions  681 event/modules/ngx_rtsig_module.c     ngx_event_actions.process_events = ngx_rtsig_process_events;
ngx_event_actions  104 event/modules/ngx_select_module.c     ngx_event_actions = ngx_select_module_ctx.actions;
ngx_event_actions  105 event/modules/ngx_win32_select_module.c     ngx_event_actions = ngx_select_module_ctx.actions;
ngx_event_actions   43 event/ngx_event.c ngx_event_actions_t   ngx_event_actions;
ngx_event_actions  248 event/ngx_event.h extern ngx_event_actions_t   ngx_event_actions;
ngx_event_actions  447 event/ngx_event.h #define ngx_process_changes  ngx_event_actions.process_changes
ngx_event_actions  448 event/ngx_event.h #define ngx_process_events   ngx_event_actions.process_events
ngx_event_actions  449 event/ngx_event.h #define ngx_done_events      ngx_event_actions.done
ngx_event_actions  451 event/ngx_event.h #define ngx_add_event        ngx_event_actions.add
ngx_event_actions  452 event/ngx_event.h #define ngx_del_event        ngx_event_actions.del
ngx_event_actions  453 event/ngx_event.h #define ngx_add_conn         ngx_event_actions.add_conn
ngx_event_actions  454 event/ngx_event.h #define ngx_del_conn         ngx_event_actions.del_conn