POLLOUT           222 event/modules/ngx_devpoll_module.c     event = (event == NGX_READ_EVENT) ? POLLIN : POLLOUT;
POLLOUT           246 event/modules/ngx_devpoll_module.c     event = (event == NGX_READ_EVENT) ? POLLIN : POLLOUT;
POLLOUT           272 event/modules/ngx_devpoll_module.c         event = POLLOUT;
POLLOUT           475 event/modules/ngx_devpoll_module.c         if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
POLLOUT           483 event/modules/ngx_devpoll_module.c              && (revents & (POLLIN|POLLOUT)) == 0)
POLLOUT           491 event/modules/ngx_devpoll_module.c             revents |= POLLIN|POLLOUT;
POLLOUT           518 event/modules/ngx_devpoll_module.c         if ((revents & POLLOUT) && wev->active) {
POLLOUT           280 event/modules/ngx_eventport_module.c         prev = POLLOUT;
POLLOUT           288 event/modules/ngx_eventport_module.c #if (NGX_WRITE_EVENT != POLLOUT)
POLLOUT           289 event/modules/ngx_eventport_module.c         events = POLLOUT;
POLLOUT           338 event/modules/ngx_eventport_module.c         event = POLLOUT;
POLLOUT           479 event/modules/ngx_eventport_module.c             if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
POLLOUT           486 event/modules/ngx_eventport_module.c                  && (revents & (POLLIN|POLLOUT)) == 0)
POLLOUT           494 event/modules/ngx_eventport_module.c                 revents |= POLLIN|POLLOUT;
POLLOUT           544 event/modules/ngx_eventport_module.c             if (revents & POLLOUT) {
POLLOUT           136 event/modules/ngx_poll_module.c #if (NGX_WRITE_EVENT != POLLOUT)
POLLOUT           137 event/modules/ngx_poll_module.c         event = POLLOUT;
POLLOUT           189 event/modules/ngx_poll_module.c #if (NGX_WRITE_EVENT != POLLOUT)
POLLOUT           190 event/modules/ngx_poll_module.c         event = POLLOUT;
POLLOUT           326 event/modules/ngx_poll_module.c         if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
POLLOUT           360 event/modules/ngx_poll_module.c              && (revents & (POLLIN|POLLOUT)) == 0)
POLLOUT           368 event/modules/ngx_poll_module.c             revents |= POLLIN|POLLOUT;
POLLOUT           390 event/modules/ngx_poll_module.c         if (revents & POLLOUT) {
POLLOUT           406 event/modules/ngx_rtsig_module.c         if ((si.si_band & (POLLOUT|POLLHUP|POLLERR)) && wev->active) {
POLLOUT           503 event/modules/ngx_rtsig_module.c                 events |= POLLOUT;
POLLOUT           587 event/modules/ngx_rtsig_module.c                                          & (POLLOUT|POLLERR|POLLHUP|POLLNVAL)))
POLLOUT           396 event/ngx_event.h #define NGX_WRITE_EVENT    POLLOUT
POLLOUT           418 event/ngx_event.h #define NGX_WRITE_EVENT    POLLOUT