Searched defs:PR_FD_ZERO (Results 1 - 3 of 3) 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/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 58 milliseconds