Searched defs:fd_type (Results 1 - 4 of 4) sorted by relevance
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
| H A D | os2sock.c | 134 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 D | w95sock.c | 50 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 D | bnet.c | 79 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 D | unix.c | 511 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