EPOLLIN 284 src/event/modules/ngx_epoll_module.c ee.events = EPOLLIN|EPOLLET; EPOLLIN 402 src/event/modules/ngx_epoll_module.c ee.events = EPOLLIN|EPOLLET; EPOLLIN 517 src/event/modules/ngx_epoll_module.c #if (NGX_READ_EVENT != EPOLLIN|EPOLLRDHUP) EPOLLIN 518 src/event/modules/ngx_epoll_module.c events = EPOLLIN|EPOLLRDHUP; EPOLLIN 523 src/event/modules/ngx_epoll_module.c prev = EPOLLIN|EPOLLRDHUP; EPOLLIN 587 src/event/modules/ngx_epoll_module.c prev = EPOLLIN|EPOLLRDHUP; EPOLLIN 622 src/event/modules/ngx_epoll_module.c ee.events = EPOLLIN|EPOLLOUT|EPOLLET|EPOLLRDHUP; EPOLLIN 786 src/event/modules/ngx_epoll_module.c if (revents & ~(EPOLLIN|EPOLLOUT|EPOLLERR|EPOLLHUP)) { EPOLLIN 794 src/event/modules/ngx_epoll_module.c && (revents & (EPOLLIN|EPOLLOUT)) == 0) EPOLLIN 802 src/event/modules/ngx_epoll_module.c revents |= EPOLLIN|EPOLLOUT; EPOLLIN 805 src/event/modules/ngx_epoll_module.c if ((revents & EPOLLIN) && rev->active) { EPOLLIN 357 src/event/ngx_event.h #define NGX_READ_EVENT (EPOLLIN|EPOLLRDHUP)