POLLOUT           608 ffserver.c                     poll_entry->events = POLLOUT;
POLLOUT           618 ffserver.c                         poll_entry->events = POLLOUT;
POLLOUT           888 ffserver.c             if (!(c->poll_entry->revents & POLLOUT))
POLLOUT           926 ffserver.c                 if (!(c->poll_entry->revents & POLLOUT))
POLLOUT           958 ffserver.c             if (!(c->poll_entry->revents & POLLOUT))
POLLOUT           984 ffserver.c             if (!(c->poll_entry->revents & POLLOUT))
POLLOUT           124 libavformat/os_support.c         if (fds[i].events & POLLOUT) FD_SET(fds[i].fd, &write_set);
POLLOUT           152 libavformat/os_support.c         if (FD_ISSET(fds[i].fd, &write_set))     fds[i].revents |= POLLOUT;
POLLOUT            87 libavformat/os_support.h #define POLLWRNORM POLLOUT