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

/vbox/include/iprt/
H A Dpipe.h43 * @param phPipeRead Where to return the read 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
128 AssertPtrReturn(phPipeRead, VERR_INVALID_POINTER);
192 *phPipeRead = pThisR;
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp1060 static int pipeCreateSimple(int *phPipeRead, int *phPipeWrite) argument
1062 AssertPtrReturn(phPipeRead, VERR_INVALID_POINTER);
1080 *phPipeRead = aFds[0];
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp117 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags) argument
119 AssertPtrReturn(phPipeRead, VERR_INVALID_POINTER);
206 *phPipeRead = pThisR;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp161 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags) argument
163 AssertPtrReturn(phPipeRead, VERR_INVALID_POINTER);
302 *phPipeRead = pThisR;

Completed in 43 milliseconds