POLLERR 846 ffserver.c if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLERR 884 ffserver.c if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLERR 922 ffserver.c if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLERR 937 ffserver.c if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLERR 946 ffserver.c if (c->poll_entry->revents & (POLLIN | POLLERR | POLLHUP))
POLLERR 953 ffserver.c if (c->poll_entry->revents & (POLLERR | POLLHUP)) {
POLLERR 979 ffserver.c if (c->poll_entry->revents & (POLLERR | POLLHUP)) {
POLLERR 163 libavdevice/dv1394.c p.events = POLLIN | POLLERR | POLLHUP;
POLLERR 125 libavformat/os_support.c if (fds[i].events & POLLERR) FD_SET(fds[i].fd, &exception_set);
POLLERR 153 libavformat/os_support.c if (FD_ISSET(fds[i].fd, &exception_set)) fds[i].revents |= POLLERR;