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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h51 #define PR_FD_ZERO VBoxNsprPR_FD_ZERO macro
153 ** PR_FD_ZERO(&fdset) initializes a descriptor set fdset to the null set.
166 NSPR_API(void) PR_FD_ZERO(PR_fd_set *set);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dselct_to.c179 PR_FD_ZERO(&readFdSet);
H A Dselct_er.c180 PR_FD_ZERO(&readFdSet);
H A Dnonblock.c125 PR_FD_ZERO(&writeSet);
H A Dprselect.c221 PR_FD_ZERO(&readFdSet);
H A Dselct_nm.c237 PR_FD_ZERO(&readFdSet);
H A Dselect2.c177 PR_FD_ZERO(&rdset);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1607 PR_IMPLEMENT(void) PR_FD_ZERO(PR_fd_set *set) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4681 PR_IMPLEMENT(void) PR_FD_ZERO(PR_fd_set *set) function
4684 if (unwarned) unwarned = _PR_Obsolete("PR_FD_ZERO (PR_Select)", "PR_Poll");

Completed in 1369 milliseconds