POLLHUP           883 ffserver.c             if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLHUP           921 ffserver.c             if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLHUP           958 ffserver.c                 if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLHUP           973 ffserver.c             if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLHUP           982 ffserver.c             if (c->poll_entry->revents & (POLLIN | POLLERR | POLLHUP))
POLLHUP           989 ffserver.c             if (c->poll_entry->revents & (POLLERR | POLLHUP))
POLLHUP          1011 ffserver.c             if (c->poll_entry->revents & (POLLERR | POLLHUP)) {
POLLHUP           151 libavdevice/dv1394.c         p.events = POLLIN | POLLERR | POLLHUP;
POLLHUP           384 libavdevice/iec61883.c     dv->raw1394_poll.events = POLLIN | POLLERR | POLLHUP | POLLPRI;
POLLHUP           154 libavformat/network.c     return ret < 0 ? ff_neterrno() : p.revents & (ev | POLLERR | POLLHUP) ? 0 : AVERROR(EAGAIN);