sought            272 maint/gnulib/lib/poll.c windows_compute_revents_socket (SOCKET h, int sought, long lNetworkEvents)
sought            277 maint/gnulib/lib/poll.c     happened |= (POLLIN | POLLRDNORM) & sought;
sought            290 maint/gnulib/lib/poll.c         happened |= (POLLIN | POLLRDNORM) & sought;
sought            302 maint/gnulib/lib/poll.c     happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought;
sought            305 maint/gnulib/lib/poll.c     happened |= (POLLPRI | POLLRDBAND) & sought;
sought            314 maint/gnulib/lib/poll.c compute_revents (int fd, int sought, fd_set *rfds, fd_set *wfds, fd_set *efds)
sought            342 maint/gnulib/lib/poll.c         happened |= (POLLIN | POLLRDNORM) & sought;
sought            351 maint/gnulib/lib/poll.c         happened |= (POLLIN | POLLRDNORM) & sought;
sought            358 maint/gnulib/lib/poll.c     happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought;
sought            361 maint/gnulib/lib/poll.c     happened |= (POLLPRI | POLLRDBAND) & sought;
sought            494 maint/gnulib/lib/poll.c       int sought = pfd[i].events;
sought            498 maint/gnulib/lib/poll.c       if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND
sought            509 maint/gnulib/lib/poll.c           if (sought & (POLLIN | POLLRDNORM))
sought            514 maint/gnulib/lib/poll.c           if (sought & (POLLOUT | POLLWRNORM | POLLWRBAND))
sought            519 maint/gnulib/lib/poll.c           if (sought & (POLLPRI | POLLRDBAND))
sought            534 maint/gnulib/lib/poll.c           pfd[i].revents = windows_compute_revents (h, &sought);
sought            535 maint/gnulib/lib/poll.c           if (sought)
sought            616 maint/gnulib/lib/poll.c           int sought = pfd[i].events;
sought            617 maint/gnulib/lib/poll.c           happened = windows_compute_revents (h, &sought);