POLLIN            587 ffserver.c                 poll_entry->events = POLLIN;
POLLIN            592 ffserver.c                 poll_entry->events = POLLIN;
POLLIN            636 ffserver.c                     poll_entry->events = POLLIN;/* Maybe this will work */
POLLIN            675 ffserver.c                 if (poll_entry->revents & POLLIN)
POLLIN            681 ffserver.c                 if (poll_entry->revents & POLLIN)
POLLIN            850 ffserver.c             if (!(c->poll_entry->revents & POLLIN))
POLLIN            939 ffserver.c             if (!(c->poll_entry->revents & POLLIN))
POLLIN            946 ffserver.c             if (c->poll_entry->revents & (POLLIN | POLLERR | POLLHUP))
POLLIN            163 libavdevice/dv1394.c         p.events = POLLIN | POLLERR | POLLHUP;
POLLIN            123 libavformat/os_support.c         if (fds[i].events & POLLIN)  FD_SET(fds[i].fd, &read_set);
POLLIN            151 libavformat/os_support.c         if (FD_ISSET(fds[i].fd, &read_set))      fds[i].revents |= POLLIN;
POLLIN             86 libavformat/os_support.h #define POLLRDNORM POLLIN