ngx_event_t       707 core/ngx_connection.c     ngx_event_t       *rev, *wev;
ngx_event_t       760 core/ngx_connection.c     ngx_memzero(rev, sizeof(ngx_event_t));
ngx_event_t       761 core/ngx_connection.c     ngx_memzero(wev, sizeof(ngx_event_t));
ngx_event_t       108 core/ngx_connection.h     ngx_event_t        *read;
ngx_event_t       109 core/ngx_connection.h     ngx_event_t        *write;
ngx_event_t        21 core/ngx_core.h typedef struct ngx_event_s       ngx_event_t;
ngx_event_t        25 core/ngx_core.h typedef void (*ngx_event_handler_pt)(ngx_event_t *ev);
ngx_event_t        17 core/ngx_cycle.c static void ngx_clean_old_cycles(ngx_event_t *ev);
ngx_event_t        24 core/ngx_cycle.c static ngx_event_t     ngx_cleaner_event;
ngx_event_t      1330 core/ngx_cycle.c ngx_clean_old_cycles(ngx_event_t *ev)
ngx_event_t        58 core/ngx_cycle.h     ngx_event_t              *read_events;
ngx_event_t        59 core/ngx_cycle.h     ngx_event_t              *write_events;
ngx_event_t        39 core/ngx_open_file_cache.c static void ngx_open_file_cache_remove(ngx_event_t *ev);
ngx_event_t       598 core/ngx_open_file_cache.c     file->event = ngx_calloc(sizeof(ngx_event_t), log);
ngx_event_t       860 core/ngx_open_file_cache.c ngx_open_file_cache_remove(ngx_event_t *ev)
ngx_event_t        75 core/ngx_open_file_cache.h     ngx_event_t             *event;
ngx_event_t       102 core/ngx_open_file_cache.h     ngx_event_t             *read;
ngx_event_t       103 core/ngx_open_file_cache.h     ngx_event_t             *write;
ngx_event_t        65 core/ngx_resolver.c static void ngx_resolver_resend_handler(ngx_event_t *ev);
ngx_event_t        68 core/ngx_resolver.c static void ngx_resolver_read_response(ngx_event_t *rev);
ngx_event_t        83 core/ngx_resolver.c static void ngx_resolver_timeout_handler(ngx_event_t *ev);
ngx_event_t       114 core/ngx_resolver.c     r->event = ngx_calloc(sizeof(ngx_event_t), cf->log);
ngx_event_t       536 core/ngx_resolver.c         ctx->event = ngx_resolver_calloc(r, sizeof(ngx_event_t));
ngx_event_t       664 core/ngx_resolver.c     ctx->event = ngx_resolver_calloc(r, sizeof(ngx_event_t));
ngx_event_t       857 core/ngx_resolver.c ngx_resolver_resend_handler(ngx_event_t *ev)
ngx_event_t       943 core/ngx_resolver.c ngx_resolver_read_response(ngx_event_t *rev)
ngx_event_t      1952 core/ngx_resolver.c ngx_resolver_timeout_handler(ngx_event_t *ev)
ngx_event_t      2107 core/ngx_resolver.c     ngx_event_t       *rev, *wev;
ngx_event_t        79 core/ngx_resolver.h     ngx_event_t              *event;
ngx_event_t       134 core/ngx_resolver.h     ngx_event_t              *event;
ngx_event_t        17 event/modules/ngx_aio_module.c static ngx_int_t ngx_aio_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        19 event/modules/ngx_aio_module.c static ngx_int_t ngx_aio_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t       103 event/modules/ngx_aio_module.c ngx_aio_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       110 event/modules/ngx_aio_module.c ngx_aio_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t        37 event/modules/ngx_devpoll_module.c static ngx_int_t ngx_devpoll_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        39 event/modules/ngx_devpoll_module.c static ngx_int_t ngx_devpoll_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        41 event/modules/ngx_devpoll_module.c static ngx_int_t ngx_devpoll_set_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        53 event/modules/ngx_devpoll_module.c static ngx_event_t    **change_index;
ngx_event_t       158 event/modules/ngx_devpoll_module.c         change_index = ngx_alloc(sizeof(ngx_event_t *) * dpcf->changes,
ngx_event_t       215 event/modules/ngx_devpoll_module.c ngx_devpoll_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       238 event/modules/ngx_devpoll_module.c ngx_devpoll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       240 event/modules/ngx_devpoll_module.c     ngx_event_t       *e;
ngx_event_t       288 event/modules/ngx_devpoll_module.c ngx_devpoll_set_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       346 event/modules/ngx_devpoll_module.c     ngx_event_t        *rev, *wev, **queue;
ngx_event_t       506 event/modules/ngx_devpoll_module.c                 queue = (ngx_event_t **) (rev->accept ?
ngx_event_t        94 event/modules/ngx_epoll_module.c static ngx_int_t ngx_epoll_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        96 event/modules/ngx_epoll_module.c static ngx_int_t ngx_epoll_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t       105 event/modules/ngx_epoll_module.c static void ngx_epoll_eventfd_handler(ngx_event_t *ev);
ngx_event_t       120 event/modules/ngx_epoll_module.c static ngx_event_t          ngx_eventfd_event;
ngx_event_t       336 event/modules/ngx_epoll_module.c ngx_epoll_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       340 event/modules/ngx_epoll_module.c     ngx_event_t         *e;
ngx_event_t       394 event/modules/ngx_epoll_module.c ngx_epoll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       398 event/modules/ngx_epoll_module.c     ngx_event_t         *e;
ngx_event_t       522 event/modules/ngx_epoll_module.c     ngx_event_t       *rev, *wev, **queue;
ngx_event_t       636 event/modules/ngx_epoll_module.c                 queue = (ngx_event_t **) (rev->accept ?
ngx_event_t       675 event/modules/ngx_epoll_module.c ngx_epoll_eventfd_handler(ngx_event_t *ev)
ngx_event_t       681 event/modules/ngx_epoll_module.c     ngx_event_t      *e;
ngx_event_t       729 event/modules/ngx_epoll_module.c                 e = (ngx_event_t *) (uintptr_t) event[i].data;
ngx_event_t       100 event/modules/ngx_eventport_module.c static ngx_int_t ngx_eventport_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t       102 event/modules/ngx_eventport_module.c static ngx_int_t ngx_eventport_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t       268 event/modules/ngx_eventport_module.c ngx_eventport_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       271 event/modules/ngx_eventport_module.c     ngx_event_t       *e;
ngx_event_t       317 event/modules/ngx_eventport_module.c ngx_eventport_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       319 event/modules/ngx_eventport_module.c     ngx_event_t       *e;
ngx_event_t       385 event/modules/ngx_eventport_module.c     ngx_event_t        *ev, *rev, *wev, **queue;
ngx_event_t       453 event/modules/ngx_eventport_module.c             ev = (ngx_event_t *) ((uintptr_t) ev & (uintptr_t) ~1);
ngx_event_t       514 event/modules/ngx_eventport_module.c                     queue = (ngx_event_t **) (rev->accept ?
ngx_event_t        20 event/modules/ngx_kqueue_module.c static ngx_int_t ngx_kqueue_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        22 event/modules/ngx_kqueue_module.c static ngx_int_t ngx_kqueue_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        24 event/modules/ngx_kqueue_module.c static ngx_int_t ngx_kqueue_set_event(ngx_event_t *ev, ngx_int_t filter,
ngx_event_t       279 event/modules/ngx_kqueue_module.c ngx_kqueue_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       283 event/modules/ngx_kqueue_module.c     ngx_event_t       *e;
ngx_event_t       311 event/modules/ngx_kqueue_module.c                 e = (ngx_event_t *)
ngx_event_t       343 event/modules/ngx_kqueue_module.c ngx_kqueue_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       346 event/modules/ngx_kqueue_module.c     ngx_event_t  *e;
ngx_event_t       366 event/modules/ngx_kqueue_module.c             e = (ngx_event_t *)
ngx_event_t       404 event/modules/ngx_kqueue_module.c ngx_kqueue_set_event(ngx_event_t *ev, ngx_int_t filter, ngx_uint_t flags)
ngx_event_t       497 event/modules/ngx_kqueue_module.c     ngx_event_t      *ev, **queue;
ngx_event_t       598 event/modules/ngx_kqueue_module.c         ev = (ngx_event_t *) event_list[i].udata;
ngx_event_t       606 event/modules/ngx_kqueue_module.c             ev = (ngx_event_t *) ((uintptr_t) ev & (uintptr_t) ~1);
ngx_event_t       676 event/modules/ngx_kqueue_module.c             queue = (ngx_event_t **) (ev->accept ? &ngx_posted_accept_events:
ngx_event_t        14 event/modules/ngx_poll_module.c static ngx_int_t ngx_poll_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        16 event/modules/ngx_poll_module.c static ngx_int_t ngx_poll_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        86 event/modules/ngx_poll_module.c             ngx_memcpy(list, event_list, sizeof(ngx_event_t *) * nevents);
ngx_event_t       113 event/modules/ngx_poll_module.c ngx_poll_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       115 event/modules/ngx_poll_module.c     ngx_event_t       *e;
ngx_event_t       165 event/modules/ngx_poll_module.c ngx_poll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       167 event/modules/ngx_poll_module.c     ngx_event_t       *e;
ngx_event_t       244 event/modules/ngx_poll_module.c     ngx_event_t        *ev, **queue;
ngx_event_t       385 event/modules/ngx_poll_module.c             queue = (ngx_event_t **) (ev->accept ? &ngx_posted_accept_events:
ngx_event_t       297 event/modules/ngx_rtsig_module.c     ngx_event_t        *rev, *wev, **queue;
ngx_event_t       394 event/modules/ngx_rtsig_module.c                 queue = (ngx_event_t **) (rev->accept ?
ngx_event_t       470 event/modules/ngx_rtsig_module.c     ngx_event_t       *rev, *wev, **queue;
ngx_event_t       571 event/modules/ngx_rtsig_module.c                     queue = (ngx_event_t **) (rev->accept ?
ngx_event_t        14 event/modules/ngx_select_module.c static ngx_int_t ngx_select_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        16 event/modules/ngx_select_module.c static ngx_int_t ngx_select_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        32 event/modules/ngx_select_module.c static ngx_event_t  **event_index;
ngx_event_t        76 event/modules/ngx_select_module.c     ngx_event_t  **index;
ngx_event_t        88 event/modules/ngx_select_module.c         index = ngx_alloc(sizeof(ngx_event_t *) * 2 * cycle->connection_n,
ngx_event_t        95 event/modules/ngx_select_module.c             ngx_memcpy(index, event_index, sizeof(ngx_event_t *) * nevents);
ngx_event_t       124 event/modules/ngx_select_module.c ngx_select_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       170 event/modules/ngx_select_module.c ngx_select_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       172 event/modules/ngx_select_module.c     ngx_event_t       *e;
ngx_event_t       216 event/modules/ngx_select_module.c     ngx_event_t       *ev, **queue;
ngx_event_t       334 event/modules/ngx_select_module.c             queue = (ngx_event_t **) (ev->accept ? &ngx_posted_accept_events:
ngx_event_t        14 event/modules/ngx_win32_select_module.c static ngx_int_t ngx_select_add_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        16 event/modules/ngx_win32_select_module.c static ngx_int_t ngx_select_del_event(ngx_event_t *ev, ngx_int_t event,
ngx_event_t        33 event/modules/ngx_win32_select_module.c static ngx_event_t  **event_index;
ngx_event_t        77 event/modules/ngx_win32_select_module.c     ngx_event_t  **index;
ngx_event_t        89 event/modules/ngx_win32_select_module.c         index = ngx_alloc(sizeof(ngx_event_t *) * 2 * cycle->connection_n,
ngx_event_t        96 event/modules/ngx_win32_select_module.c             ngx_memcpy(index, event_index, sizeof(ngx_event_t *) * nevents);
ngx_event_t       126 event/modules/ngx_win32_select_module.c ngx_select_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       179 event/modules/ngx_win32_select_module.c ngx_select_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
ngx_event_t       181 event/modules/ngx_win32_select_module.c     ngx_event_t       *e;
ngx_event_t       223 event/modules/ngx_win32_select_module.c     ngx_event_t       *ev, **queue;
ngx_event_t       325 event/modules/ngx_win32_select_module.c             queue = (ngx_event_t **) (ev->accept ? &ngx_posted_accept_events:
ngx_event_t       279 event/ngx_event.c ngx_handle_read_event(ngx_event_t *rev, ngx_uint_t flags)
ngx_event_t       347 event/ngx_event.c ngx_handle_write_event(ngx_event_t *wev, size_t lowat)
ngx_event_t       577 event/ngx_event.c     ngx_event_t         *rev, *wev;
ngx_event_t       681 event/ngx_event.c     cycle->read_events = ngx_alloc(sizeof(ngx_event_t) * cycle->connection_n,
ngx_event_t       697 event/ngx_event.c     cycle->write_events = ngx_alloc(sizeof(ngx_event_t) * cycle->connection_n,
ngx_event_t        22 event/ngx_event.h     ngx_event_t     *event;
ngx_event_t        32 event/ngx_event.h     ngx_event_t     *events;
ngx_event_t        33 event/ngx_event.h     ngx_event_t     *last;
ngx_event_t       166 event/ngx_event.h     ngx_event_t     *next;
ngx_event_t       167 event/ngx_event.h     ngx_event_t    **prev;
ngx_event_t       217 event/ngx_event.h     ngx_event_t                event;
ngx_event_t       230 event/ngx_event.h     ngx_int_t  (*add)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
ngx_event_t       231 event/ngx_event.h     ngx_int_t  (*del)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
ngx_event_t       233 event/ngx_event.h     ngx_int_t  (*enable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
ngx_event_t       234 event/ngx_event.h     ngx_int_t  (*disable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
ngx_event_t       539 event/ngx_event.h void ngx_event_accept(ngx_event_t *ev);
ngx_event_t       545 event/ngx_event.h ngx_int_t ngx_handle_read_event(ngx_event_t *rev, ngx_uint_t flags);
ngx_event_t       546 event/ngx_event.h ngx_int_t ngx_handle_write_event(ngx_event_t *wev, size_t lowat);
ngx_event_t       550 event/ngx_event.h void ngx_event_acceptex(ngx_event_t *ev);
ngx_event_t        18 event/ngx_event_accept.c ngx_event_accept(ngx_event_t *ev)
ngx_event_t        24 event/ngx_event_accept.c     ngx_event_t       *rev, *wev;
ngx_event_t        14 event/ngx_event_busy_lock.c static void ngx_event_busy_lock_handler(ngx_event_t *ev);
ngx_event_t        15 event/ngx_event_busy_lock.c static void ngx_event_busy_lock_posted_handler(ngx_event_t *ev);
ngx_event_t       116 event/ngx_event_busy_lock.c     ngx_event_t                *ev;
ngx_event_t       270 event/ngx_event_busy_lock.c ngx_event_busy_lock_handler(ngx_event_t *ev)
ngx_event_t       279 event/ngx_event_busy_lock.c ngx_event_busy_lock_posted_handler(ngx_event_t *ev)
ngx_event_t        18 event/ngx_event_busy_lock.h     ngx_event_t                *event;
ngx_event_t        21 event/ngx_event_connect.c     ngx_event_t       *rev, *wev;
ngx_event_t        13 event/ngx_event_mutex.c                                     ngx_event_t *ev)
ngx_event_t        47 event/ngx_event_mutex.c     ngx_event_t  *ev;
ngx_event_t        64 event/ngx_event_mutex.c         ev->next = (ngx_event_t *) ngx_posted_events;
ngx_event_t        20 event/ngx_event_openssl.c static void ngx_ssl_handshake_handler(ngx_event_t *ev);
ngx_event_t        22 event/ngx_event_openssl.c static void ngx_ssl_write_handler(ngx_event_t *wev);
ngx_event_t        23 event/ngx_event_openssl.c static void ngx_ssl_read_handler(ngx_event_t *rev);
ngx_event_t        24 event/ngx_event_openssl.c static void ngx_ssl_shutdown_handler(ngx_event_t *ev);
ngx_event_t       672 event/ngx_event_openssl.c ngx_ssl_handshake_handler(ngx_event_t *ev)
ngx_event_t       904 event/ngx_event_openssl.c ngx_ssl_write_handler(ngx_event_t *wev)
ngx_event_t      1151 event/ngx_event_openssl.c ngx_ssl_read_handler(ngx_event_t *rev)
ngx_event_t      1250 event/ngx_event_openssl.c ngx_ssl_shutdown_handler(ngx_event_t *ev)
ngx_event_t        28 event/ngx_event_pipe.c     ngx_event_t  *rev, *wev;
ngx_event_t        12 event/ngx_event_posted.c ngx_thread_volatile ngx_event_t  *ngx_posted_accept_events;
ngx_event_t        13 event/ngx_event_posted.c ngx_thread_volatile ngx_event_t  *ngx_posted_events;
ngx_event_t        22 event/ngx_event_posted.c     ngx_thread_volatile ngx_event_t **posted)
ngx_event_t        24 event/ngx_event_posted.c     ngx_event_t  *ev;
ngx_event_t        28 event/ngx_event_posted.c         ev = (ngx_event_t *) *posted;
ngx_event_t        52 event/ngx_event_posted.c     ngx_event_t  *ev;
ngx_event_t        60 event/ngx_event_posted.c     for (ev = (ngx_event_t *) ngx_posted_events; ev; ev = ev->next) {
ngx_event_t        86 event/ngx_event_posted.c     ngx_event_t  *ev;
ngx_event_t        90 event/ngx_event_posted.c         ev = (ngx_event_t *) ngx_posted_events;
ngx_event_t        24 event/ngx_event_posted.h         ev->next = (ngx_event_t *) *queue;                                    \
ngx_event_t        25 event/ngx_event_posted.h         ev->prev = (ngx_event_t **) queue;                                    \
ngx_event_t        62 event/ngx_event_posted.h     ngx_thread_volatile ngx_event_t **posted);
ngx_event_t        70 event/ngx_event_posted.h extern ngx_thread_volatile ngx_event_t  *ngx_posted_accept_events;
ngx_event_t        71 event/ngx_event_posted.h extern ngx_thread_volatile ngx_event_t  *ngx_posted_events;
ngx_event_t        78 event/ngx_event_timer.c     ngx_event_t        *ev;
ngx_event_t        99 event/ngx_event_timer.c             ev = (ngx_event_t *) ((char *) node - offsetof(ngx_event_t, timer));
ngx_event_t        35 event/ngx_event_timer.h ngx_event_del_timer(ngx_event_t *ev)
ngx_event_t        58 event/ngx_event_timer.h ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer)
ngx_event_t       272 http/modules/ngx_http_limit_req_module.c     ngx_event_t  *wev;
ngx_event_t       272 http/modules/perl/ngx_http_perl_module.c     ngx_event_t  *wev;
ngx_event_t       103 http/ngx_http.h void ngx_http_empty_handler(ngx_event_t *wev);
ngx_event_t        36 http/ngx_http_busy_lock.h     ngx_event_t   *event;
ngx_event_t        37 http/ngx_http_busy_lock.h     void         (*event_handler)(ngx_event_t *ev);
ngx_event_t        20 http/ngx_http_copy_filter_module.c static void ngx_http_copy_aio_event_handler(ngx_event_t *ev);
ngx_event_t        22 http/ngx_http_copy_filter_module.c static void ngx_http_copy_aio_sendfile_event_handler(ngx_event_t *ev);
ngx_event_t       221 http/ngx_http_copy_filter_module.c ngx_http_copy_aio_event_handler(ngx_event_t *ev)
ngx_event_t       239 http/ngx_http_copy_filter_module.c ngx_http_copy_aio_sendfile_event_handler(ngx_event_t *ev)
ngx_event_t        18 http/ngx_http_file_cache.c static void ngx_http_cache_aio_event_handler(ngx_event_t *ev);
ngx_event_t       490 http/ngx_http_file_cache.c ngx_http_cache_aio_event_handler(ngx_event_t *ev)
ngx_event_t        12 http/ngx_http_request.c static void ngx_http_init_request(ngx_event_t *ev);
ngx_event_t        13 http/ngx_http_request.c static void ngx_http_process_request_line(ngx_event_t *rev);
ngx_event_t        14 http/ngx_http_request.c static void ngx_http_process_request_headers(ngx_event_t *rev);
ngx_event_t        39 http/ngx_http_request.c static void ngx_http_request_handler(ngx_event_t *ev);
ngx_event_t        48 http/ngx_http_request.c static void ngx_http_keepalive_handler(ngx_event_t *ev);
ngx_event_t        50 http/ngx_http_request.c static void ngx_http_lingering_close_handler(ngx_event_t *ev);
ngx_event_t        62 http/ngx_http_request.c static void ngx_http_ssl_handshake(ngx_event_t *rev);
ngx_event_t       184 http/ngx_http_request.c     ngx_event_t         *rev;
ngx_event_t       237 http/ngx_http_request.c ngx_http_init_request(ngx_event_t *rev)
ngx_event_t       525 http/ngx_http_request.c ngx_http_ssl_handshake(ngx_event_t *rev)
ngx_event_t       685 http/ngx_http_request.c ngx_http_process_request_line(ngx_event_t *rev)
ngx_event_t       934 http/ngx_http_request.c ngx_http_process_request_headers(ngx_event_t *rev)
ngx_event_t      1121 http/ngx_http_request.c     ngx_event_t               *rev;
ngx_event_t      1781 http/ngx_http_request.c ngx_http_request_handler(ngx_event_t *ev)
ngx_event_t      2161 http/ngx_http_request.c     ngx_event_t               *wev;
ngx_event_t      2195 http/ngx_http_request.c     ngx_event_t               *wev;
ngx_event_t      2310 http/ngx_http_request.c     ngx_event_t       *rev;
ngx_event_t      2385 http/ngx_http_request.c     ngx_event_t               *rev, *wev;
ngx_event_t      2606 http/ngx_http_request.c ngx_http_keepalive_handler(ngx_event_t *rev)
ngx_event_t      2716 http/ngx_http_request.c     ngx_event_t               *rev, *wev;
ngx_event_t      2759 http/ngx_http_request.c ngx_http_lingering_close_handler(ngx_event_t *rev)
ngx_event_t      2816 http/ngx_http_request.c ngx_http_empty_handler(ngx_event_t *wev)
ngx_event_t       436 http/ngx_http_request_body.c     ngx_event_t  *rev;
ngx_event_t       495 http/ngx_http_request_body.c     ngx_event_t               *rev;
ngx_event_t        26 http/ngx_http_upstream.c     ngx_event_t *ev);
ngx_event_t       880 http/ngx_http_upstream.c ngx_http_upstream_handler(ngx_event_t *ev)
ngx_event_t       926 http/ngx_http_upstream.c     ngx_event_t *ev)
ngx_event_t      1936 http/ngx_http_upstream.c     ngx_event_t       *rev;
ngx_event_t      2307 http/ngx_http_upstream.c     ngx_event_t          *wev;
ngx_event_t      2520 http/ngx_http_upstream.c     ngx_event_t          *wev;
ngx_event_t       308 mail/ngx_mail.h typedef void (*ngx_mail_init_protocol_pt)(ngx_event_t *rev);
ngx_event_t       309 mail/ngx_mail.h typedef void (*ngx_mail_auth_state_pt)(ngx_event_t *rev);
ngx_event_t       365 mail/ngx_mail.h void ngx_mail_starttls_handler(ngx_event_t *rev);
ngx_event_t       385 mail/ngx_mail.h void ngx_mail_send(ngx_event_t *wev);
ngx_event_t        61 mail/ngx_mail_auth_http_module.c static void ngx_mail_auth_http_write_handler(ngx_event_t *wev);
ngx_event_t        62 mail/ngx_mail_auth_http_module.c static void ngx_mail_auth_http_read_handler(ngx_event_t *rev);
ngx_event_t        67 mail/ngx_mail_auth_http_module.c static void ngx_mail_auth_sleep_handler(ngx_event_t *rev);
ngx_event_t        70 mail/ngx_mail_auth_http_module.c static void ngx_mail_auth_http_block_read(ngx_event_t *rev);
ngx_event_t        71 mail/ngx_mail_auth_http_module.c static void ngx_mail_auth_http_dummy_handler(ngx_event_t *ev);
ngx_event_t       226 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_write_handler(ngx_event_t *wev)
ngx_event_t       290 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_read_handler(ngx_event_t *rev)
ngx_event_t       856 mail/ngx_mail_auth_http_module.c ngx_mail_auth_sleep_handler(ngx_event_t *rev)
ngx_event_t      1098 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_block_read(ngx_event_t *rev)
ngx_event_t      1121 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_dummy_handler(ngx_event_t *ev)
ngx_event_t       189 mail/ngx_mail_handler.c ngx_mail_starttls_handler(ngx_event_t *rev)
ngx_event_t       535 mail/ngx_mail_handler.c ngx_mail_send(ngx_event_t *wev)
ngx_event_t        57 mail/ngx_mail_imap_handler.c ngx_mail_imap_init_protocol(ngx_event_t *rev)
ngx_event_t       101 mail/ngx_mail_imap_handler.c ngx_mail_imap_auth_state(ngx_event_t *rev)
ngx_event_t        30 mail/ngx_mail_imap_module.h void ngx_mail_imap_init_protocol(ngx_event_t *rev);
ngx_event_t        31 mail/ngx_mail_imap_module.h void ngx_mail_imap_auth_state(ngx_event_t *rev);
ngx_event_t        78 mail/ngx_mail_pop3_handler.c ngx_mail_pop3_init_protocol(ngx_event_t *rev)
ngx_event_t       119 mail/ngx_mail_pop3_handler.c ngx_mail_pop3_auth_state(ngx_event_t *rev)
ngx_event_t        29 mail/ngx_mail_pop3_module.h void ngx_mail_pop3_init_protocol(ngx_event_t *rev);
ngx_event_t        30 mail/ngx_mail_pop3_module.h void ngx_mail_pop3_auth_state(ngx_event_t *rev);
ngx_event_t        23 mail/ngx_mail_proxy_module.c static void ngx_mail_proxy_block_read(ngx_event_t *rev);
ngx_event_t        24 mail/ngx_mail_proxy_module.c static void ngx_mail_proxy_pop3_handler(ngx_event_t *rev);
ngx_event_t        25 mail/ngx_mail_proxy_module.c static void ngx_mail_proxy_imap_handler(ngx_event_t *rev);
ngx_event_t        26 mail/ngx_mail_proxy_module.c static void ngx_mail_proxy_smtp_handler(ngx_event_t *rev);
ngx_event_t        27 mail/ngx_mail_proxy_module.c static void ngx_mail_proxy_dummy_handler(ngx_event_t *ev);
ngx_event_t        30 mail/ngx_mail_proxy_module.c static void ngx_mail_proxy_handler(ngx_event_t *ev);
ngx_event_t       197 mail/ngx_mail_proxy_module.c ngx_mail_proxy_block_read(ngx_event_t *rev)
ngx_event_t       214 mail/ngx_mail_proxy_module.c ngx_mail_proxy_pop3_handler(ngx_event_t *rev)
ngx_event_t       327 mail/ngx_mail_proxy_module.c ngx_mail_proxy_imap_handler(ngx_event_t *rev)
ngx_event_t       461 mail/ngx_mail_proxy_module.c ngx_mail_proxy_smtp_handler(ngx_event_t *rev)
ngx_event_t       685 mail/ngx_mail_proxy_module.c ngx_mail_proxy_dummy_handler(ngx_event_t *wev)
ngx_event_t       836 mail/ngx_mail_proxy_module.c ngx_mail_proxy_handler(ngx_event_t *ev)
ngx_event_t        15 mail/ngx_mail_smtp_handler.c static void ngx_mail_smtp_resolve_name(ngx_event_t *rev);
ngx_event_t        18 mail/ngx_mail_smtp_handler.c static void ngx_mail_smtp_invalid_pipelining(ngx_event_t *rev);
ngx_event_t       150 mail/ngx_mail_smtp_handler.c ngx_mail_smtp_resolve_name(ngx_event_t *rev)
ngx_event_t       272 mail/ngx_mail_smtp_handler.c ngx_mail_smtp_invalid_pipelining(ngx_event_t *rev)
ngx_event_t       330 mail/ngx_mail_smtp_handler.c ngx_mail_smtp_init_protocol(ngx_event_t *rev)
ngx_event_t       384 mail/ngx_mail_smtp_handler.c ngx_mail_smtp_auth_state(ngx_event_t *rev)
ngx_event_t        36 mail/ngx_mail_smtp_module.h void ngx_mail_smtp_init_protocol(ngx_event_t *rev);
ngx_event_t        37 mail/ngx_mail_smtp_module.h void ngx_mail_smtp_auth_state(ngx_event_t *rev);
ngx_event_t        19 os/unix/ngx_aio_read.c     ngx_event_t  *rev;
ngx_event_t        19 os/unix/ngx_aio_write.c     ngx_event_t  *wev;
ngx_event_t       199 os/unix/ngx_channel.c     ngx_event_t       *ev, *rev, *wev;
ngx_event_t        49 os/unix/ngx_darwin_sendfile_chain.c     ngx_event_t     *wev;
ngx_event_t        34 os/unix/ngx_file_aio_read.c     ngx_event_t *ev);
ngx_event_t        35 os/unix/ngx_file_aio_read.c static void ngx_file_aio_event_handler(ngx_event_t *ev);
ngx_event_t        43 os/unix/ngx_file_aio_read.c     ngx_event_t      *ev;
ngx_event_t       137 os/unix/ngx_file_aio_read.c ngx_file_aio_result(ngx_file_t *file, ngx_event_aio_t *aio, ngx_event_t *ev)
ngx_event_t       201 os/unix/ngx_file_aio_read.c ngx_file_aio_event_handler(ngx_event_t *ev)
ngx_event_t        51 os/unix/ngx_freebsd_sendfile_chain.c     ngx_event_t     *wev;
ngx_event_t        16 os/unix/ngx_linux_aio_read.c static void ngx_file_aio_event_handler(ngx_event_t *ev);
ngx_event_t        32 os/unix/ngx_linux_aio_read.c     ngx_event_t      *ev;
ngx_event_t       124 os/unix/ngx_linux_aio_read.c ngx_file_aio_event_handler(ngx_event_t *ev)
ngx_event_t        47 os/unix/ngx_linux_sendfile_chain.c     ngx_event_t   *wev;
ngx_event_t        24 os/unix/ngx_process_cycle.c static void ngx_channel_handler(ngx_event_t *ev);
ngx_event_t        30 os/unix/ngx_process_cycle.c static void ngx_cache_manager_process_handler(ngx_event_t *ev);
ngx_event_t        31 os/unix/ngx_process_cycle.c static void ngx_cache_loader_process_handler(ngx_event_t *ev);
ngx_event_t      1072 os/unix/ngx_process_cycle.c ngx_channel_handler(ngx_event_t *ev)
ngx_event_t      1293 os/unix/ngx_process_cycle.c     ngx_event_t   ev;
ngx_event_t      1303 os/unix/ngx_process_cycle.c     ngx_memzero(&ev, sizeof(ngx_event_t));
ngx_event_t      1334 os/unix/ngx_process_cycle.c ngx_cache_manager_process_handler(ngx_event_t *ev)
ngx_event_t      1363 os/unix/ngx_process_cycle.c ngx_cache_loader_process_handler(ngx_event_t *ev)
ngx_event_t        24 os/unix/ngx_readv_chain.c     ngx_event_t   *rev;
ngx_event_t       177 os/unix/ngx_readv_chain.c     ngx_event_t   *rev;
ngx_event_t        19 os/unix/ngx_recv.c     ngx_event_t  *rev;
ngx_event_t       130 os/unix/ngx_recv.c     ngx_event_t  *rev;
ngx_event_t        17 os/unix/ngx_send.c     ngx_event_t  *wev;
ngx_event_t        54 os/unix/ngx_solaris_sendfilev_chain.c     ngx_event_t    *wev;
ngx_event_t        19 os/unix/ngx_udp_recv.c     ngx_event_t  *rev;
ngx_event_t        77 os/unix/ngx_udp_recv.c     ngx_event_t  *rev;
ngx_event_t        29 os/unix/ngx_writev_chain.c     ngx_event_t   *wev;