Searched refs:_PR_MD_RECVFROM (Results 1 - 10 of 10) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _os2.h | 291 #define _MD_RECVFROM (_PR_MD_RECVFROM)
|
H A D | _win16.h | 305 #define _MD_RECVFROM _PR_MD_RECVFROM
|
H A D | _win95.h | 295 #define _MD_RECVFROM _PR_MD_RECVFROM
|
H A D | _winnt.h | 305 #define _MD_RECVFROM _PR_MD_RECVFROM
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95sock.c | 324 _PR_MD_RECVFROM(PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags, function
|
H A D | w16sock.c | 424 _PR_MD_RECVFROM(PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags, function
|
H A D | ntio.c | 1919 _PR_MD_RECVFROM(PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags, function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2sock.c | 534 _PR_MD_RECVFROM(PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags, function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 1252 extern PRInt32 _PR_MD_RECVFROM( 1255 #define _PR_MD_RECVFROM _MD_RECVFROM macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prsocket.c | 835 rv = _PR_MD_RECVFROM(fd, buf, amount, flags, addr, &al, timeout);
|
Completed in 358 milliseconds