Searched refs:PR_POLL_NVAL (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxpoll.c171 pds[index].out_flags = PR_POLL_NVAL; /* bogii */
266 out_flags |= PR_POLL_NVAL;
388 pd->out_flags = PR_POLL_NVAL; /* bogii */
484 pd->out_flags = PR_POLL_NVAL;
616 pd->out_flags = PR_POLL_NVAL; /* bogii */
666 out_flags |= PR_POLL_NVAL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprpoll.c216 if (retVal != 1 || (unsigned short) pds[2].out_flags != PR_POLL_NVAL) {
307 } else if (pds[j].out_flags & PR_POLL_NVAL) {
351 } else if (pds[j].out_flags & PR_POLL_NVAL) {
H A Dpoll_er.c227 if (retVal != 1 || (unsigned short) pds[2].out_flags != PR_POLL_NVAL) {
H A Dpoll_nm.c318 } else if (pds[j].out_flags & PR_POLL_NVAL) {
363 } else if (pds[j].out_flags & PR_POLL_NVAL) {
H A Dnbconn.c199 if (pd.out_flags & PR_POLL_NVAL) {
200 printf( "PR_POLL_NVAL\n");
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.cpp149 PR_POLL_EXCEPT | PR_POLL_NVAL)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2poll.c216 pd->out_flags = PR_POLL_NVAL; /* bogii */
365 pd->out_flags = PR_POLL_NVAL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32poll.c238 pd->out_flags = PR_POLL_NVAL; /* bogii */
339 pd->out_flags = PR_POLL_NVAL;
H A Dw16sock.c738 pds->out_flags = PR_POLL_NVAL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c672 pd->out_flags = PR_POLL_NVAL; /* bogii */
818 pd->out_flags = PR_POLL_NVAL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h1999 #define PR_POLL_NVAL POLLNVAL /* only in out_flags when fd is bad */ macro
2008 #define PR_POLL_NVAL 0x10 /* only in out_flags when fd is bad */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtpool.c433 if ((revents & PR_POLL_NVAL) || /* busted in all cases */
449 if (PR_POLL_NVAL & revents)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1631 if (out_flags & PR_POLL_NVAL)
3882 pds[index].out_flags = PR_POLL_NVAL; /* bogii */
3976 out_flags |= PR_POLL_NVAL;
4171 pds[index].out_flags = PR_POLL_NVAL; /* bogii */
4248 pds[index].out_flags = PR_POLL_NVAL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c293 if (out_flags & PR_POLL_NVAL) {
1819 if (copy->out_flags & PR_POLL_NVAL)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsockotpt.c1868 pd->out_flags = PR_POLL_NVAL; /* bogii */

Completed in 3188 milliseconds