ngx_event_flags   355 core/ngx_connection.c             if (!(ngx_event_flags & NGX_USE_AIO_EVENT)) {
ngx_event_flags   637 core/ngx_connection.c     if (ngx_event_flags & NGX_USE_IOCP_EVENT) {
ngx_event_flags   651 core/ngx_connection.c                 if (ngx_event_flags & NGX_USE_RTSIG_EVENT) {
ngx_event_flags   654 core/ngx_connection.c                 } else if (ngx_event_flags & NGX_USE_EPOLL_EVENT) {
ngx_event_flags   587 core/ngx_open_file_cache.c     if (!(ngx_event_flags & NGX_USE_VNODE_EVENT)
ngx_event_flags  2186 core/ngx_resolver.c         event = (ngx_event_flags & NGX_USE_CLEAR_EVENT) ?
ngx_event_flags    85 event/modules/ngx_aio_module.c     ngx_event_flags = NGX_USE_AIO_EVENT;
ngx_event_flags   185 event/modules/ngx_devpoll_module.c     ngx_event_flags = NGX_USE_LEVEL_EVENT|NGX_USE_FD_EVENT;
ngx_event_flags   296 event/modules/ngx_epoll_module.c     ngx_event_flags = NGX_USE_CLEAR_EVENT
ngx_event_flags   298 event/modules/ngx_epoll_module.c     ngx_event_flags = NGX_USE_LEVEL_EVENT
ngx_event_flags   199 event/modules/ngx_eventport_module.c     ngx_event_flags = NGX_USE_EVENTPORT_EVENT;
ngx_event_flags   228 event/modules/ngx_eventport_module.c         ngx_event_flags |= NGX_USE_TIMER_EVENT;
ngx_event_flags   201 event/modules/ngx_kqueue_module.c     ngx_event_flags = NGX_USE_ONESHOT_EVENT
ngx_event_flags   224 event/modules/ngx_kqueue_module.c         ngx_event_flags |= NGX_USE_TIMER_EVENT;
ngx_event_flags   230 event/modules/ngx_kqueue_module.c     ngx_event_flags |= NGX_USE_CLEAR_EVENT;
ngx_event_flags   232 event/modules/ngx_kqueue_module.c     ngx_event_flags |= NGX_USE_LEVEL_EVENT;
ngx_event_flags   236 event/modules/ngx_kqueue_module.c     ngx_event_flags |= NGX_USE_LOWAT_EVENT;
ngx_event_flags    97 event/modules/ngx_poll_module.c     ngx_event_flags = NGX_USE_LEVEL_EVENT|NGX_USE_FD_EVENT;
ngx_event_flags   177 event/modules/ngx_rtsig_module.c     ngx_event_flags = NGX_USE_RTSIG_EVENT
ngx_event_flags   106 event/modules/ngx_select_module.c     ngx_event_flags = NGX_USE_LEVEL_EVENT;
ngx_event_flags   107 event/modules/ngx_win32_select_module.c     ngx_event_flags = NGX_USE_LEVEL_EVENT;
ngx_event_flags    42 event/ngx_event.c ngx_uint_t            ngx_event_flags;
ngx_event_flags   281 event/ngx_event.c     if (ngx_event_flags & NGX_USE_CLEAR_EVENT) {
ngx_event_flags   295 event/ngx_event.c     } else if (ngx_event_flags & NGX_USE_LEVEL_EVENT) {
ngx_event_flags   319 event/ngx_event.c     } else if (ngx_event_flags & NGX_USE_EVENTPORT_EVENT) {
ngx_event_flags   359 event/ngx_event.c     if (ngx_event_flags & NGX_USE_CLEAR_EVENT) {
ngx_event_flags   374 event/ngx_event.c     } else if (ngx_event_flags & NGX_USE_LEVEL_EVENT) {
ngx_event_flags   398 event/ngx_event.c     } else if (ngx_event_flags & NGX_USE_EVENTPORT_EVENT) {
ngx_event_flags   628 event/ngx_event.c     if (ngx_timer_resolution && !(ngx_event_flags & NGX_USE_TIMER_EVENT)) {
ngx_event_flags   653 event/ngx_event.c     if (ngx_event_flags & NGX_USE_FD_EVENT) {
ngx_event_flags   758 event/ngx_event.c         if (!(ngx_event_flags & NGX_USE_IOCP_EVENT)) {
ngx_event_flags   780 event/ngx_event.c         if (ngx_event_flags & NGX_USE_IOCP_EVENT) {
ngx_event_flags   822 event/ngx_event.c         if (ngx_event_flags & NGX_USE_RTSIG_EVENT) {
ngx_event_flags   848 event/ngx_event.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags   529 event/ngx_event.h extern ngx_uint_t             ngx_event_flags;
ngx_event_flags    35 event/ngx_event_accept.c     if (ngx_event_flags & NGX_USE_RTSIG_EVENT) {
ngx_event_flags    38 event/ngx_event_accept.c     } else if (!(ngx_event_flags & NGX_USE_KQUEUE_EVENT)) {
ngx_event_flags    90 event/ngx_event_accept.c                 if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags   147 event/ngx_event_accept.c             if (ngx_event_flags & NGX_USE_AIO_EVENT) {
ngx_event_flags   157 event/ngx_event_accept.c             if (!(ngx_event_flags & (NGX_USE_AIO_EVENT|NGX_USE_RTSIG_EVENT))) {
ngx_event_flags   199 event/ngx_event_accept.c         if (ngx_event_flags & (NGX_USE_AIO_EVENT|NGX_USE_RTSIG_EVENT)) {
ngx_event_flags   273 event/ngx_event_accept.c         if (ngx_add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
ngx_event_flags   285 event/ngx_event_accept.c         if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags   303 event/ngx_event_accept.c             && !(ngx_event_flags & NGX_USE_RTSIG_EVENT))
ngx_event_flags   346 event/ngx_event_accept.c         if (ngx_event_flags & NGX_USE_RTSIG_EVENT) {
ngx_event_flags   379 event/ngx_event_accept.c         if (ngx_event_flags & NGX_USE_RTSIG_EVENT) {
ngx_event_flags   181 event/ngx_event_connect.c     if (ngx_event_flags & NGX_USE_AIO_EVENT) {
ngx_event_flags   207 event/ngx_event_connect.c     if (ngx_event_flags & NGX_USE_CLEAR_EVENT) {
ngx_event_flags   238 event/ngx_event_pipe.c                     if (ngx_event_flags & NGX_USE_LEVEL_EVENT
ngx_event_flags  2294 http/ngx_http_request.c     if ((ngx_event_flags & NGX_USE_LEVEL_EVENT)
ngx_event_flags  2320 http/ngx_http_request.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags  2357 http/ngx_http_request.c     if ((ngx_event_flags & NGX_USE_LEVEL_EVENT) && rev->active) {
ngx_event_flags  2542 http/ngx_http_request.c     if (wev->active && (ngx_event_flags & NGX_USE_LEVEL_EVENT)) {
ngx_event_flags  2624 http/ngx_http_request.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags  2738 http/ngx_http_request.c     if (wev->active && (ngx_event_flags & NGX_USE_LEVEL_EVENT)) {
ngx_event_flags   417 http/ngx_http_upstream.c     if (ngx_event_flags & NGX_USE_CLEAR_EVENT) {
ngx_event_flags   943 http/ngx_http_upstream.c         if ((ngx_event_flags & NGX_USE_LEVEL_EVENT) && ev->active) {
ngx_event_flags   964 http/ngx_http_upstream.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags  1011 http/ngx_http_upstream.c     if ((ngx_event_flags & NGX_USE_LEVEL_EVENT) && ev->active) {
ngx_event_flags  1764 http/ngx_http_upstream.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT)  {
ngx_event_flags  2264 http/ngx_http_upstream.c     if (ngx_event_flags & NGX_USE_AIO_EVENT) {
ngx_event_flags   230 os/unix/ngx_channel.c     if (ngx_add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
ngx_event_flags    62 os/unix/ngx_darwin_sendfile_chain.c     if ((ngx_event_flags & NGX_USE_KQUEUE_EVENT) && wev->pending_eof) {
ngx_event_flags    64 os/unix/ngx_freebsd_sendfile_chain.c     if ((ngx_event_flags & NGX_USE_KQUEUE_EVENT) && wev->pending_eof) {
ngx_event_flags  1095 os/unix/ngx_process_cycle.c             if (ngx_event_flags & NGX_USE_EPOLL_EVENT) {
ngx_event_flags  1103 os/unix/ngx_process_cycle.c         if (ngx_event_flags & NGX_USE_EVENTPORT_EVENT) {
ngx_event_flags    29 os/unix/ngx_readv_chain.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags    96 os/unix/ngx_readv_chain.c             if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags   227 os/unix/ngx_readv_chain.c             if (n < size && !(ngx_event_flags & NGX_USE_GREEDY_EVENT)) {
ngx_event_flags    23 os/unix/ngx_recv.c     if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags    57 os/unix/ngx_recv.c             if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags   148 os/unix/ngx_recv.c                 && !(ngx_event_flags & NGX_USE_GREEDY_EVENT))
ngx_event_flags    23 os/unix/ngx_send.c     if ((ngx_event_flags & NGX_USE_KQUEUE_EVENT) && wev->pending_eof) {
ngx_event_flags    30 os/unix/ngx_udp_recv.c             if (ngx_event_flags & NGX_USE_KQUEUE_EVENT) {
ngx_event_flags    40 os/unix/ngx_writev_chain.c     if ((ngx_event_flags & NGX_USE_KQUEUE_EVENT) && wev->pending_eof) {