NGX_CLOSE_EVENT   652 core/ngx_connection.c                     ngx_del_conn(c, NGX_CLOSE_EVENT);
NGX_CLOSE_EVENT   665 core/ngx_connection.c                     ngx_del_event(c->read, NGX_READ_EVENT, NGX_CLOSE_EVENT);
NGX_CLOSE_EVENT   816 core/ngx_connection.c         ngx_del_conn(c, NGX_CLOSE_EVENT);
NGX_CLOSE_EVENT   820 core/ngx_connection.c             ngx_del_event(c->read, NGX_READ_EVENT, NGX_CLOSE_EVENT);
NGX_CLOSE_EVENT   824 core/ngx_connection.c             ngx_del_event(c->write, NGX_WRITE_EVENT, NGX_CLOSE_EVENT);
NGX_CLOSE_EVENT   713 core/ngx_open_file_cache.c                          file->count ? NGX_FLUSH_EVENT : NGX_CLOSE_EVENT);
NGX_CLOSE_EVENT   125 event/modules/ngx_aio_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   258 event/modules/ngx_devpoll_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   321 event/modules/ngx_devpoll_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   408 event/modules/ngx_epoll_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   487 event/modules/ngx_epoll_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   328 event/modules/ngx_eventport_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   383 event/modules/ngx_kqueue_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   271 event/modules/ngx_rtsig_module.c     if (flags & NGX_CLOSE_EVENT) {
NGX_CLOSE_EVENT   309 event/ngx_event.c         if (rev->active && (rev->ready || (flags & NGX_CLOSE_EVENT))) {
NGX_CLOSE_EVENT   768 event/ngx_event.c                 if (ngx_del_event(old->read, NGX_READ_EVENT, NGX_CLOSE_EVENT)
NGX_CLOSE_EVENT    64 event/ngx_event_pipe.c         flags = (rev->eof || rev->error) ? NGX_CLOSE_EVENT : 0;