POLLIN            597 ffserver.c                 poll_entry->events = POLLIN;
POLLIN            602 ffserver.c                 poll_entry->events = POLLIN;
POLLIN            647 ffserver.c                     poll_entry->events = POLLIN;/* Maybe this will work */
POLLIN            688 ffserver.c                 if (poll_entry->revents & POLLIN)
POLLIN            694 ffserver.c                 if (poll_entry->revents & POLLIN)
POLLIN            887 ffserver.c             if (!(c->poll_entry->revents & POLLIN))
POLLIN            975 ffserver.c             if (!(c->poll_entry->revents & POLLIN))
POLLIN            982 ffserver.c             if (c->poll_entry->revents & (POLLIN | POLLERR | POLLHUP))
POLLIN            151 libavdevice/dv1394.c         p.events = POLLIN | POLLERR | POLLHUP;
POLLIN            165 libavdevice/iec61883.c         if (result > 0 && ((dv->raw1394_poll.revents & POLLIN)
POLLIN            384 libavdevice/iec61883.c     dv->raw1394_poll.events = POLLIN | POLLERR | POLLHUP | POLLPRI;
POLLIN            150 libavformat/network.c     int ev = write ? POLLOUT : POLLIN;
POLLIN            266 libavformat/network.c     struct pollfd lp = { fd, POLLIN, 0 };
POLLIN            300 libavformat/os_support.c         if (fds[i].events & POLLIN)
POLLIN            331 libavformat/os_support.c             fds[i].revents |= POLLIN;
POLLIN            124 libavformat/os_support.h #define POLLRDNORM POLLIN
POLLIN            393 libavformat/rtpproto.c     struct pollfd p[2] = {{s->rtp_fd, POLLIN, 0}, {s->rtcp_fd, POLLIN, 0}};
POLLIN            405 libavformat/rtpproto.c                 if (!(p[i].revents & POLLIN))
POLLIN           1897 libavformat/rtsp.c             p[max_p++].events = POLLIN;
POLLIN           1916 libavformat/rtsp.c                     p[max_p++].events = POLLIN;
POLLIN           1928 libavformat/rtsp.c                     if (p[j].revents & POLLIN || p[j+1].revents & POLLIN) {
POLLIN           1939 libavformat/rtsp.c             if (tcp_fd != -1 && p[0].revents & POLLIN) {
POLLIN            184 libavformat/rtspenc.c     struct pollfd p = {ffurl_get_file_handle(rt->rtsp_hd), POLLIN, 0};
POLLIN            192 libavformat/rtspenc.c         if (p.revents & POLLIN) {
POLLIN            194 libavformat/sapdec.c     struct pollfd p = {fd, POLLIN, 0};
POLLIN            202 libavformat/sapdec.c         if (n <= 0 || !(p.revents & POLLIN))
POLLIN            253 libavformat/sctp.c     int ev          = write ? POLLOUT : POLLIN;
POLLIN            117 libavformat/tls.c         p.events = POLLIN;
POLLIN            121 libavformat/tls.c         p.events = POLLIN;