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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprio.c58 _pr_stdin = PR_AllocFileDesc((PRInt32)GetStdHandle(STD_INPUT_HANDLE),
60 _pr_stdout = PR_AllocFileDesc((PRInt32)GetStdHandle(STD_OUTPUT_HANDLE),
62 _pr_stderr = PR_AllocFileDesc((PRInt32)GetStdHandle(STD_ERROR_HANDLE),
70 _pr_stdin = PR_AllocFileDesc(0, methods);
71 _pr_stdout = PR_AllocFileDesc(1, methods);
72 _pr_stderr = PR_AllocFileDesc(2, methods);
120 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprio.h57 #define PR_AllocFileDesc VBoxNsprPR_AllocFileDesc macro
96 NSPR_API(PRFileDesc*) PR_AllocFileDesc(PRInt32 osfd,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c3379 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( function
3402 } /* PR_AllocFileDesc */

Completed in 53 milliseconds