Searched refs:PR_FD_SET (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprselect.c222 PR_FD_SET(listenSock1, &readFdSet);
223 PR_FD_SET(listenSock2, &readFdSet);
251 PR_FD_SET(listenSock1, &readFdSet);
252 PR_FD_SET(listenSock2, &readFdSet);
253 PR_FD_SET(badFD, &readFdSet);
299 PR_FD_SET(listenSock1, &readFdSet);
300 PR_FD_SET(listenSock2, &readFdSet);
332 PR_FD_SET(sock, &readFdSet);
335 PR_FD_SET(fds[j], &readFdSet);
354 PR_FD_SET(fd
[all...]
H A Dselct_nm.c238 PR_FD_SET(listenSock1, &readFdSet);
239 PR_FD_SET(listenSock2, &readFdSet);
273 PR_FD_SET(sock, &readFdSet);
276 PR_FD_SET(fds[j], &readFdSet);
296 PR_FD_SET(fds[j], &readFdSet);
H A Dselct_er.c181 PR_FD_SET(listenSock1, &readFdSet);
182 PR_FD_SET(listenSock2, &readFdSet);
193 PR_FD_SET(badFD, &readFdSet);
H A Dselct_to.c180 PR_FD_SET(listenSock1, &readFdSet);
181 PR_FD_SET(listenSock2, &readFdSet);
H A Dnonblock.c126 PR_FD_SET(sock, &writeSet);
H A Dselect2.c178 PR_FD_SET(newSock, &rdset);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h52 #define PR_FD_SET VBoxNsprPR_FD_SET macro
154 ** PR_FD_SET(fd, &fdset) includes a particular file descriptor fd in fdset.
167 NSPR_API(void) PR_FD_SET(PRFileDesc *fd, PR_fd_set *set);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1612 PR_IMPLEMENT(void) PR_FD_SET(PRFileDesc *fh, PR_fd_set *set) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4688 PR_IMPLEMENT(void) PR_FD_SET(PRFileDesc *fh, PR_fd_set *set) function
4691 if (unwarned) unwarned = _PR_Obsolete("PR_FD_SET (PR_Select)", "PR_Poll");

Completed in 85 milliseconds