gst_poll_fd_can_read  935 gst/gstpluginloader.c       if (gst_poll_fd_can_read (l->fdset, &l->fd_r)) {
gst_poll_fd_can_read   81 gst/gstpoll.h  gboolean        gst_poll_fd_can_read      (const GstPoll *set, GstPollFD *fd);
gst_poll_fd_can_read  367 libs/gst/net/gstnetclientclock.c     } else if (gst_poll_fd_can_read (self->priv->fdset, &self->priv->sock)) {
gst_poll_fd_can_read   87 tests/benchmarks/gstpollstress.c         gst_poll_fd_can_read (set, fd);
gst_poll_fd_can_read   62 tests/check/gst/gstpoll.c   fail_unless (gst_poll_fd_can_read (set, &rfd),
gst_poll_fd_can_read   73 tests/check/gst/gstpoll.c   fail_unless (gst_poll_fd_can_read (set, &rfd),
gst_poll_fd_can_read   77 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &wfd),
gst_poll_fd_can_read   86 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &rfd),
gst_poll_fd_can_read   90 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &wfd),
gst_poll_fd_can_read  123 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &fd),