EPOLLOUT          350 event/modules/ngx_epoll_module.c         prev = EPOLLOUT;
EPOLLOUT          358 event/modules/ngx_epoll_module.c #if (NGX_WRITE_EVENT != EPOLLOUT)
EPOLLOUT          359 event/modules/ngx_epoll_module.c         events = EPOLLOUT;
EPOLLOUT          417 event/modules/ngx_epoll_module.c         prev = EPOLLOUT;
EPOLLOUT          456 event/modules/ngx_epoll_module.c     ee.events = EPOLLIN|EPOLLOUT|EPOLLET;
EPOLLOUT          607 event/modules/ngx_epoll_module.c         if (revents & ~(EPOLLIN|EPOLLOUT|EPOLLERR|EPOLLHUP)) {
EPOLLOUT          615 event/modules/ngx_epoll_module.c              && (revents & (EPOLLIN|EPOLLOUT)) == 0)
EPOLLOUT          623 event/modules/ngx_epoll_module.c             revents |= EPOLLIN|EPOLLOUT;
EPOLLOUT          648 event/modules/ngx_epoll_module.c         if ((revents & EPOLLOUT) && wev->active) {
EPOLLOUT          405 event/ngx_event.h #define NGX_WRITE_EVENT    EPOLLOUT