Searched refs:phStdInW (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp286 * @param phStdInW The standard input pipe handle.
289 PRTPIPE phStdInW)
292 AssertPtrReturn(phStdInW, VERR_INVALID_POINTER);
298 if (*phStdInW != NIL_RTPIPE)
300 rc = RTPipeClose(*phStdInW);
302 *phStdInW = NIL_RTPIPE;
339 * @param phStdInW The standard input pipe handle.
342 uint32_t fPollEvt, PRTPIPE phStdInW)
348 return gstcntlProcessPollsetCloseInput(pProcess, phStdInW);
288 gstcntlProcessPollsetCloseInput(PVBOXSERVICECTRLPROCESS pProcess, PRTPIPE phStdInW) argument
341 gstcntlProcessPollsetOnInput(PVBOXSERVICECTRLPROCESS pProcess, uint32_t fPollEvt, PRTPIPE phStdInW) argument
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1668 * @param phStdInW The standard input pipe handle.
1671 static void txsDoExecHlpHandleStdInErrorEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, PRTPIPE phStdInW, argument
1685 rc2 = RTPipeClose(*phStdInW);
1687 *phStdInW = NIL_RTPIPE;
1703 * @param phStdInW The standard input pipe.
1706 static void txsDoExecHlpHandleStdInWritableEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, PRTPIPE phStdInW, argument
1712 rc = txsDoExecHlpWriteStdIn(pStdInBuf, *phStdInW);
1726 txsDoExecHlpHandleStdInErrorEvent(hPollSet, fPollEvt, phStdInW, pStdInBuf);
1742 PRTPIPE phStdInW, PTXSEXECSTDINBUF pStdInBuf)
1804 txsDoExecHlpWriteStdIn(pStdInBuf, *phStdInW);
1741 txsDoExecHlpHandleTransportEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, uint32_t idPollHnd, PRTPIPE phStdInW, PTXSEXECSTDINBUF pStdInBuf) argument
[all...]

Completed in 55 milliseconds