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