Searched defs:PR_GetTCPMethods (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprio.h52 #define PR_GetTCPMethods VBoxNsprPR_GetTCPMethods macro
86 NSPR_API(const PRIOMethods*) PR_GetTCPMethods(void);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c198 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods());
428 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods());
504 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods());
879 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods());
932 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods());
983 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods());
1233 PR_IMPLEMENT(const PRIOMethods*) PR_GetTCPMethods() function
1306 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods());
1369 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods());
1376 f[1] = PR_AllocFileDesc(osfd[1], PR_GetTCPMethods());
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c3332 fd->methods = PR_GetTCPMethods();
3364 PR_IMPLEMENT(const PRIOMethods*) PR_GetTCPMethods(void) function
3367 } /* PR_GetTCPMethods */

Completed in 1475 milliseconds