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

/vbox/src/bldprogs/
H A Dscmsubversion.cpp90 * @param phPipeR Pointer to the pipe handle.
95 static int rtProcProcessOutput(int rc, PRTPIPE phPipeR, size_t *pcbAllocated, size_t *poffCur, char **ppszBuffer, argument
102 int rc2 = RTPipeRead(*phPipeR, szTmp, sizeof(szTmp), &cbRead);
111 rc2 = RTPipeClose(*phPipeR); AssertRC(rc2);
112 *phPipeR = NIL_RTPIPE;
122 rc2 = RTPipeClose(*phPipeR); AssertRC(rc2);
123 *phPipeR = NIL_RTPIPE;
147 rc2 = RTPipeClose(*phPipeR); AssertRC(rc2);
148 *phPipeR = NIL_RTPIPE;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp358 * @param phPipeR The pipe handle.
363 uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd)
367 if (!phPipeR)
382 if (*phPipeR != NIL_RTPIPE)
385 rc2 = RTPipeQueryReadable(*phPipeR, &cbReadable);
405 if ( *phPipeR != NIL_RTPIPE
408 rc2 = RTPipeClose(*phPipeR);
410 *phPipeR = NIL_RTPIPE;
423 * @param phPipeR The pipe handle.
428 uint32_t fPollEvt, PRTPIPE phPipeR, uint32_
362 gstcntlProcessHandleOutputError(PVBOXSERVICECTRLPROCESS pProcess, uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd) argument
427 gstcntlProcessPollsetOnOutput(PVBOXSERVICECTRLPROCESS pProcess, uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd) argument
[all...]
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1577 * @param phPipeR The pipe handle.
1584 static int txsDoExecHlpHandleOutputEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, PRTPIPE phPipeR, argument
1601 int rc2 = RTPipeRead(*phPipeR, Pkt.abBuf, sizeof(Pkt.abBuf), &cbRead);
1636 rc2 = RTPipeClose(*phPipeR);
1638 *phPipeR = NIL_RTPIPE;

Completed in 63 milliseconds