/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prpolevt.c | 160 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags); 206 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) 215 *out_flags = PR_POLL_READ; 217 *out_flags = 0; 349 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags); 395 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) 397 return (fd->lower->methods->poll)(fd->lower, in_flags, out_flags); 205 _pr_MacPolEvtPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument 394 _pr_PolEvtPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
|
H A D | prfile.c | 270 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) 275 *out_flags = 0; 269 FilePoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
|
H A D | prlayer.c | 198 PRFileDesc *fd, PRInt16 out_flags) 203 return (fd->lower->methods->connectcontinue)(fd->lower, out_flags); 316 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) 321 return (fd->lower->methods->poll)(fd->lower, in_flags, out_flags); 197 pl_DefConnectcontinue( PRFileDesc *fd, PRInt16 out_flags) argument 315 pl_DefPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
|
H A D | prsocket.c | 288 PRFileDesc *fd, PRInt16 out_flags) 293 if (out_flags & PR_POLL_NVAL) { 297 if ((out_flags & (PR_POLL_WRITE | PR_POLL_EXCEPT | PR_POLL_ERR)) == 0) { 298 PR_ASSERT(out_flags == 0); 324 if (out_flags & PR_POLL_EXCEPT) { 339 PR_ASSERT(out_flags & PR_POLL_WRITE); 363 if (out_flags & PR_POLL_EXCEPT) { 367 PR_ASSERT(out_flags & PR_POLL_WRITE); 394 return SocketConnectContinue(bottom, pd->out_flags); 1106 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) 287 SocketConnectContinue( PRFileDesc *fd, PRInt16 out_flags) argument 1105 SocketPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2poll.c | 127 * out_flags fields of all the poll descriptors 133 prev->out_flags = 0; 137 pd->out_flags = out_flags_read | out_flags_write; 141 pd->out_flags = 0; /* pre-condition */ 156 pd->out_flags |= _PR_POLL_READ_SYS_READ; 166 pd->out_flags |= _PR_POLL_READ_SYS_WRITE; 176 pd->out_flags |= _PR_POLL_WRITE_SYS_READ; 186 pd->out_flags |= _PR_POLL_WRITE_SYS_WRITE; 212 prev->out_flags = 0; 216 pd->out_flags 297 PRInt16 out_flags = 0; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxpoll.c | 106 * poll function. So zero the out_flags 113 pds[i].out_flags = 0; 117 pds[index].out_flags = out_flags_read | out_flags_write; 121 pds[index].out_flags = 0; /* pre-condition */ 134 pds[index].out_flags |= 140 pds[index].out_flags |= 146 pds[index].out_flags |= 152 pds[index].out_flags |= 167 pds[i].out_flags = 0; 171 pds[index].out_flags 223 PRInt16 out_flags = 0; local 439 PRInt16 out_flags = 0; local 638 PRInt16 out_flags = 0; local [all...] |
H A D | unix.c | 775 pd.out_flags = 0; 1374 pds->out_flags = 0; 1383 pds->out_flags = _PR_UNIX_POLL_NVAL; 1751 pds->out_flags = pollfdPtr->revents; 1753 if (pds->osfd >= 0 && pds->out_flags) { 1818 PRInt16 out_flags = 0; local 1821 out_flags |= _PR_UNIX_POLL_READ; 1824 out_flags |= _PR_UNIX_POLL_WRITE; 1827 out_flags |= _PR_UNIX_POLL_EXCEPT; 1829 pds->out_flags [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetio.cpp | 123 PRInt16 RCNetStreamIO::Poll(PRInt16 in_flags, PRInt16 *out_flags) argument 124 { return (fd->methods->poll)(fd, in_flags, out_flags); }
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w32poll.c | 173 * out_flags fields of all the poll descriptors 179 prev->out_flags = 0; 183 pd->out_flags = out_flags_read | out_flags_write; 187 pd->out_flags = 0; /* pre-condition */ 199 pd->out_flags |= _PR_POLL_READ_SYS_READ; 205 pd->out_flags |= _PR_POLL_READ_SYS_WRITE; 211 pd->out_flags |= _PR_POLL_WRITE_SYS_READ; 217 pd->out_flags |= _PR_POLL_WRITE_SYS_WRITE; 234 prev->out_flags = 0; 238 pd->out_flags 288 PRInt16 out_flags = 0; local [all...] |
H A D | w16sock.c | 592 pd->out_flags = 0; 723 pds->out_flags = 0; 738 pds->out_flags = PR_POLL_NVAL; 888 PRInt16 out_flags = 0; local 891 out_flags |= PR_POLL_READ; 894 out_flags |= PR_POLL_WRITE; 897 out_flags |= PR_POLL_EXCEPT; 899 pds->out_flags = out_flags; 900 if (out_flags) { [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bfile.c | 612 * out_flags fields of all the poll descriptors 618 prev->out_flags = 0; 622 pd->out_flags = out_flags_read | out_flags_write; 626 pd->out_flags = 0; /* pre-condition */ 640 pd->out_flags |= _PR_POLL_READ_SYS_READ; 645 pd->out_flags |= _PR_POLL_READ_SYS_WRITE; 650 pd->out_flags |= _PR_POLL_WRITE_SYS_READ; 655 pd->out_flags |= _PR_POLL_WRITE_SYS_WRITE; 668 prev->out_flags = 0; 672 pd->out_flags 723 PRInt16 out_flags = 0; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | nblayer.c | 134 polldesc.out_flags = 0; 138 || (0 == (polldesc.in_flags & polldesc.out_flags))) 143 polldesc.out_flags); 173 polldesc.out_flags = 0; 177 || (0 == (polldesc.in_flags & polldesc.out_flags))) 201 polldesc.out_flags = 0; 205 || (0 == (polldesc.in_flags & polldesc.out_flags))) 243 polldesc.out_flags = 0; 247 || (0 == (polldesc.in_flags & polldesc.out_flags))) 274 polldesc.out_flags 331 MyPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _unixos.h | 96 * The bit flags for the in_flags and out_flags fields 118 PRInt16 out_flags; member in struct:_PRUnixPollDesc
|
H A D | _win16.h | 87 PRInt16 out_flags; member in struct:_PRWin16PollDesc
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 441 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags); 458 PRFileDesc *fd, PRInt16 out_flags); 1374 * PRInt16 out_flags 1375 * the out_flags field of the poll descriptor returned by 1390 NSPR_API(PRStatus) PR_ConnectContinue(PRFileDesc *fd, PRInt16 out_flags); 1409 * PR_Poll() should have been called and set the out_flags. 1984 PRInt16 out_flags; member in struct:PRPollDesc 1988 ** Bit values for PRPollDesc.in_flags or PRPollDesc.out_flags. Binary-or 1998 #define PR_POLL_ERR POLLERR /* only in out_flags */ 1999 #define PR_POLL_NVAL POLLNVAL /* only in out_flags whe [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 1626 PRFileDesc *fd, PRInt16 out_flags) 1631 if (out_flags & PR_POLL_NVAL) 1636 if ((out_flags & (PR_POLL_WRITE | PR_POLL_EXCEPT | PR_POLL_ERR)) == 0) 1638 PR_ASSERT(out_flags == 0); 1664 return pt_ConnectContinue(bottom, pd->out_flags); 1828 static PRInt16 pt_Poll(PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument 1830 *out_flags = 0; 3816 * poll function. So zero the out_flags 3823 pds[i].out_flags = 0; 3827 pds[index].out_flags 1625 pt_ConnectContinue( PRFileDesc *fd, PRInt16 out_flags) argument 3940 PRInt16 out_flags = 0; local 4260 PRInt16 out_flags = 0; local [all...] |