Home
last modified time | relevance | path

Searched refs:PR_AllocFileDesc (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
104 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c325 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_Open()
353 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_OpenFile()
511 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_ImportFile()
530 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods); in PR_ImportPipe()
676 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
682 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
713 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
719 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
756 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c166 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
187 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
387 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
458 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
833 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in SocketAcceptRead()
886 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
940 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead_WithTimeoutCallback()
1259 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1261 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1325 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
106 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c338 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
368 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
537 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
558 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods);
709 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
715 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
748 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
754 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
789 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c177 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
201 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
450 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
522 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
1053 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
1448 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1451 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1519 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1526 f[1] = PR_AllocFileDesc(osfd[1], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1617 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
106 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c338 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_Open()
368 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_OpenFile()
537 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_ImportFile()
558 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods); in PR_ImportPipe()
709 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
715 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
748 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
754 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
789 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c177 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
201 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
450 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
522 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
1053 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
1448 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1451 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1519 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1526 f[1] = PR_AllocFileDesc(osfd[1], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1617 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
104 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c325 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_Open()
353 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_OpenFile()
511 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_ImportFile()
530 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods); in PR_ImportPipe()
676 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
682 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
713 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
719 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
756 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c172 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
193 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
453 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
524 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
999 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in SocketAcceptRead()
1052 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
1106 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead_WithTimeoutCallback()
1438 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1440 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1504 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
106 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c338 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_Open()
368 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_OpenFile()
537 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_ImportFile()
558 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods); in PR_ImportPipe()
709 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
715 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
748 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
754 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
789 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c177 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
201 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
450 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
522 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
1053 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
1448 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1451 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1519 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1526 f[1] = PR_AllocFileDesc(osfd[1], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1617 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
106 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c338 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_Open()
368 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_OpenFile()
537 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_ImportFile()
558 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods); in PR_ImportPipe()
709 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
715 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
748 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
754 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
789 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c177 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
201 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
450 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
522 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
1053 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
1448 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1451 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1519 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1526 f[1] = PR_AllocFileDesc(osfd[1], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1617 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/io/
H A Dprio.c42 _pr_stdin = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_INPUT_HANDLE), in _PR_InitIO()
44 _pr_stdout = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_OUTPUT_HANDLE), in _PR_InitIO()
46 _pr_stderr = PR_AllocFileDesc((PROsfd)GetStdHandle(STD_ERROR_HANDLE), in _PR_InitIO()
54 _pr_stdin = PR_AllocFileDesc(0, methods); in _PR_InitIO()
55 _pr_stdout = PR_AllocFileDesc(1, methods); in _PR_InitIO()
56 _pr_stderr = PR_AllocFileDesc(2, methods); in _PR_InitIO()
106 PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc( in PR_AllocFileDesc() function
H A Dprfile.c338 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_Open()
368 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_OpenFile()
537 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods); in PR_ImportFile()
558 fd = PR_AllocFileDesc(osfd, &_pr_pipeMethods); in PR_ImportPipe()
709 *readPipe = PR_AllocFileDesc((PROsfd)readEnd, &_pr_pipeMethods);
715 *writePipe = PR_AllocFileDesc((PROsfd)writeEnd, &_pr_pipeMethods);
748 *readPipe = PR_AllocFileDesc(pipefd[0], &_pr_pipeMethods);
754 *writePipe = PR_AllocFileDesc(pipefd[1], &_pr_pipeMethods);
789 fd = PR_AllocFileDesc(osfd, &_pr_fileMethods);
H A Dprsocket.c177 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_ImportTCPSocket()
201 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_ImportUDPSocket()
450 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in SocketAccept()
522 fd2 = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_NTFast_Accept()
1053 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); in PR_NTFast_AcceptRead()
1448 fd = PR_AllocFileDesc(osfd, PR_GetTCPMethods()); in PR_Socket()
1451 fd = PR_AllocFileDesc(osfd, PR_GetUDPMethods()); in PR_Socket()
1519 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1526 f[1] = PR_AllocFileDesc(osfd[1], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
1617 f[0] = PR_AllocFileDesc(osfd[0], PR_GetTCPMethods()); in PR_NewTCPSocketPair()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/private/
H A Dpprio.h53 NSPR_API(PRFileDesc*) PR_AllocFileDesc(PROsfd osfd,
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/private/
H A Dpprio.h53 NSPR_API(PRFileDesc*) PR_AllocFileDesc(PROsfd osfd,
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/private/
H A Dpprio.h53 NSPR_API(PRFileDesc*) PR_AllocFileDesc(PROsfd osfd,
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/private/
H A Dpprio.h53 NSPR_API(PRFileDesc*) PR_AllocFileDesc(PROsfd osfd,

12