Searched refs:phPipeWrite (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dpipe.h44 * @param phPipeWrite Where to return the write end of the pipe.
47 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags);
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp126 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags) argument
129 AssertPtrReturn(phPipeWrite, VERR_INVALID_POINTER);
193 *phPipeWrite = pThisW;
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp1060 static int pipeCreateSimple(int *phPipeRead, int *phPipeWrite) argument
1063 AssertPtrReturn(phPipeWrite, VERR_INVALID_POINTER);
1081 *phPipeWrite = aFds[1];
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp117 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags) argument
120 AssertPtrReturn(phPipeWrite, VERR_INVALID_POINTER);
207 *phPipeWrite = pThisW;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp161 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags) argument
164 AssertPtrReturn(phPipeWrite, VERR_INVALID_POINTER);
303 *phPipeWrite = pThisW;

Completed in 65 milliseconds