POLLHUP           469 event/modules/ngx_devpoll_module.c         if (revents & (POLLERR|POLLHUP|POLLNVAL)) {
POLLHUP           475 event/modules/ngx_devpoll_module.c         if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
POLLHUP           482 event/modules/ngx_devpoll_module.c         if ((revents & (POLLERR|POLLHUP|POLLNVAL))
POLLHUP           473 event/modules/ngx_eventport_module.c             if (revents & (POLLERR|POLLHUP|POLLNVAL)) {
POLLHUP           479 event/modules/ngx_eventport_module.c             if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
POLLHUP           485 event/modules/ngx_eventport_module.c             if ((revents & (POLLERR|POLLHUP|POLLNVAL))
POLLHUP           326 event/modules/ngx_poll_module.c         if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
POLLHUP           359 event/modules/ngx_poll_module.c         if ((revents & (POLLERR|POLLHUP|POLLNVAL))
POLLHUP           389 event/modules/ngx_rtsig_module.c         if ((si.si_band & (POLLIN|POLLHUP|POLLERR)) && rev->active) {
POLLHUP           406 event/modules/ngx_rtsig_module.c         if ((si.si_band & (POLLOUT|POLLHUP|POLLERR)) && wev->active) {
POLLHUP           559 event/modules/ngx_rtsig_module.c                                           & (POLLIN|POLLERR|POLLHUP|POLLNVAL)))
POLLHUP           587 event/modules/ngx_rtsig_module.c                                          & (POLLOUT|POLLERR|POLLHUP|POLLNVAL)))