Searched defs:fd_type (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2sock.c134 socket_io_wait( PRInt32 osfd, PRInt32 fd_type, PRIntervalTime timeout ) argument
164 if (fd_type == READ_FD)
172 if (fd_type == READ_FD)
215 if (fd_type == READ_FD)
227 if (fd_type == READ_FD)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95sock.c50 PRInt32 fd_type,
473 PRInt32 fd_type,
500 switch( fd_type )
520 if ( rv > 0 && fd_type == CONNECT_FD )
580 switch( fd_type )
600 if ( rv > 0 && fd_type == CONNECT_FD )
471 socket_io_wait( PRInt32 osfd, PRInt32 fd_type, PRIntervalTime timeout) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbnet.c79 static PRInt32 socket_io_wait(PRInt32 osfd, PRInt32 fd_type, argument
104 if (fd_type == READ_FD)
151 if (fd_type == READ_FD)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c511 static PRInt32 socket_io_wait(PRInt32 osfd, PRInt32 fd_type, argument
536 if (fd_type == READ_FD)
575 if (fd_type == READ_FD)
629 static PRInt32 socket_io_wait(PRInt32 osfd, PRInt32 fd_type, argument
651 if (fd_type == READ_FD) {
682 if (fd_type == READ_FD) {

Completed in 98 milliseconds