Searched defs:pph (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp51 static int gstcntlProcessSetupPipe(const char *pszHowTo, int fd, PRTHANDLE ph, PRTHANDLE *pph, PRTPIPE phPipe);
918 * @param ph The generic handle that @a pph may be set
920 * @param pph Pointer to the RTProcCreateExec argument.
926 PRTHANDLE ph, PRTHANDLE *pph, PRTPIPE phPipe)
929 AssertPtrReturn(pph, VERR_INVALID_POINTER);
936 *pph = NULL;
961 *pph = ph;
975 *pph = ph;
925 gstcntlProcessSetupPipe(const char *pszHowTo, int fd, PRTHANDLE ph, PRTHANDLE *pph, PRTPIPE phPipe) argument
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2230 * @param ph The generic handle that @a pph may be set
2232 * @param pph Pointer to the RTProcCreateExec argument.
2237 static int txsExecSetupRedir(PTXSEXEC pTxsExec, const char *pszHowTo, const char *pszStdWhat, int fd, PRTHANDLE ph, PRTHANDLE *pph, PRTPIPE phPipe) argument
2241 *pph = NULL;
2257 *pph = ph;
2271 *pph = ph;
2300 *pph = ph;

Completed in 56 milliseconds