Searched defs:in_flags (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprpolevt.c160 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags);
206 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags)
214 if ((in_flags & PR_POLL_READ) && pollDesc->gotEvent)
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 Dprfile.c270 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags)
273 #pragma unused( fd, in_flags )
276 return in_flags;
269 FilePoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
H A Dprlayer.c316 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags)
321 return (fd->lower->methods->poll)(fd->lower, in_flags, out_flags);
315 pl_DefPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
H A Dprsocket.c1106 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags)
1109 #pragma unused( fd, in_flags )
1112 return in_flags;
1711 /* PR_ASSERT(0 == (poll[pdidx].in_flags & flags)); */
1714 poll[pdidx].in_flags |= flags; /* possibly redundant */
1742 PR_ASSERT(0 == (poll[pdidx].in_flags & flags));
1743 poll[pdidx].in_flags |= flags;
1105 SocketPoll( PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c202 int in_flags = 0; local
204 in_flags |= _PR_UNIX_POLL_READ;
207 in_flags |= _PR_UNIX_POLL_WRITE;
210 in_flags |= _PR_UNIX_POLL_EXCEPT;
212 if (in_flags) {
214 unixpd->in_flags = in_flags;
275 if (rd && (unixpd->in_flags & _PR_UNIX_POLL_READ)
281 if (wr && (unixpd->in_flags & _PR_UNIX_POLL_WRITE)
287 if (ex && (unixpd->in_flags
[all...]
H A Dunix.c774 pd.in_flags = wait_flag;
1375 PR_ASSERT(osfd >= 0 || pds->in_flags == 0);
1376 if (pds->in_flags == 0) {
1404 PRInt16 in_flags = pds->in_flags; local
1405 PR_ASSERT(osfd >= 0 || in_flags == 0);
1406 if (in_flags & _PR_UNIX_POLL_READ) {
1410 if (in_flags & _PR_UNIX_POLL_WRITE) {
1414 if (in_flags & _PR_UNIX_POLL_EXCEPT) {
1579 pollfdPtr->events = pds->in_flags;
1817 PRInt16 in_flags = pds->in_flags; local
1852 PRInt16 in_flags = pds->in_flags; local
3121 PRInt16 in_flags = unixpd->in_flags; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetio.cpp123 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 Dw16sock.c591 pd->in_flags = how;
724 PR_ASSERT(osfd >= 0 || pds->in_flags == 0);
725 if (pds->in_flags == 0) {
760 PRInt16 in_flags = pds->in_flags; local
761 PR_ASSERT(osfd >= 0 || in_flags == 0);
762 if (in_flags & PR_POLL_READ) {
766 if (in_flags & PR_POLL_WRITE) {
770 if (in_flags & PR_POLL_EXCEPT) {
887 PRInt16 in_flags local
922 PRInt16 in_flags = pds->in_flags; local
1038 PRInt16 in_flags = pd->in_flags; local
1125 PRInt16 in_flags = pd->in_flags; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnblayer.c135 polldesc.in_flags = PR_POLL_WRITE | PR_POLL_EXCEPT;
138 || (0 == (polldesc.in_flags & polldesc.out_flags)))
174 polldesc.in_flags = PR_POLL_WRITE;
177 || (0 == (polldesc.in_flags & polldesc.out_flags)))
202 polldesc.in_flags = PR_POLL_READ;
205 || (0 == (polldesc.in_flags & polldesc.out_flags)))
244 polldesc.in_flags = PR_POLL_READ | PR_POLL_EXCEPT;
247 || (0 == (polldesc.in_flags & polldesc.out_flags)))
275 polldesc.in_flags = PR_POLL_READ;
278 || (0 == (polldesc.in_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.h96 * The bit flags for the in_flags and out_flags fields
117 PRInt16 in_flags; member in struct:_PRUnixPollDesc
H A D_win16.h86 PRInt16 in_flags; member in struct:_PRWin16PollDesc
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h441 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags);
1365 * with the in_flags PR_POLL_WRITE | PR_POLL_EXCEPT. When
1383 * on the file descriptor for the in_flags
1401 * on the socket, with the in_flags PR_POLL_WRITE | PR_POLL_EXCEPT.
1408 * and in_flags must contain PR_POLL_WRITE and PR_POLL_EXCEPT.
1983 PRInt16 in_flags; member in struct:PRPollDesc
1988 ** Bit values for PRPollDesc.in_flags or PRPollDesc.out_flags. Binary-or
2025 ** PRPollDesc.in_flags should be set to the desired request
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1828 static PRInt16 pt_Poll(PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) argument
1831 return in_flags;
3792 if ((NULL != pds[index].fd) && (0 != pds[index].in_flags))
3794 if (pds[index].in_flags & PR_POLL_READ)
3798 pds[index].in_flags & ~PR_POLL_WRITE,
3801 if (pds[index].in_flags & PR_POLL_WRITE)
3805 pds[index].in_flags & ~PR_POLL_READ,
3867 if (pds[index].in_flags & PR_POLL_EXCEPT)
3941 if ((NULL != pds[index].fd) && (0 != pds[index].in_flags))
4050 if ((NULL != pds[index].fd) && (0 != pds[index].in_flags))
[all...]

Completed in 74 milliseconds