Searched refs:PR_FD_ISSET (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h54 #define PR_FD_ISSET VBoxNsprPR_FD_ISSET macro
156 ** PR_FD_ISSET(fd, &fdset) is nonzero if file descriptor fd is a member of
169 NSPR_API(PRInt32) PR_FD_ISSET(PRFileDesc *fd, PR_fd_set *set);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprselect.c322 if (PR_FD_ISSET(fds[j], &readFdSet)) {
339 if (PR_FD_ISSET(fds[j], &readFdSet)) {
H A Dselct_nm.c262 if (PR_FD_ISSET(fds[j], &readFdSet)) {
280 if (PR_FD_ISSET(fds[j], &readFdSet)) {
H A Dnonblock.c129 PR_ASSERT(PR_FD_ISSET(sock, &writeSet));
H A Dselect2.c186 if (PR_FD_ISSET(newSock, &rdset)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1633 PR_IMPLEMENT(PRInt32) PR_FD_ISSET(PRFileDesc *fh, PR_fd_set *set)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4713 PR_IMPLEMENT(PRInt32) PR_FD_ISSET(PRFileDesc *fh, PR_fd_set *set)
4717 if (unwarned) unwarned = _PR_Obsolete("PR_FD_ISSET (PR_Select)", "PR_Poll");

Completed in 322 milliseconds