Searched defs:hChild (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPipe.cpp109 RTPROCESS hChild; local
110 RTTESTI_CHECK_RC_RETV(RTProcCreate(szPathSelf, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hChild), VINF_SUCCESS);
117 RTTESTI_CHECK_RC(RTProcTerminate(hChild), VINF_SUCCESS);
120 RTTESTI_CHECK_RC(rc = RTProcWait(hChild, RTPROCWAIT_FLAGS_BLOCK, &ProcStatus), VINF_SUCCESS);
172 RTPROCESS hChild; local
173 RTTESTI_CHECK_RC_RETV(RTProcCreate(szPathSelf, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hChild), VINF_SUCCESS);
190 RTTESTI_CHECK_RC(RTProcTerminate(hChild), VINF_SUCCESS);
193 RTTESTI_CHECK_RC(rc = RTProcWait(hChild, RTPROCWAIT_FLAGS_BLOCK, &ProcStatus), VINF_SUCCESS);
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c457 int wChild, hChild, wParent, hParent; local
464 hChild = rChild.bottom - rChild.top;
492 yNew = rParent.top + ((hParent - hChild) /2);
495 } else if ((yNew+hChild) > rWorkArea.bottom) {
496 yNew = rWorkArea.bottom - hChild;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp687 RTPROCESS hChild; local
694 &hChild);
698 rc = RTProcWait(hChild, RTPROCWAIT_FLAGS_BLOCK, &ProcStatus);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp129 RTHANDLE hChild; member in struct:TXSEXEC::StdPipe
2508 rc = txsExecSetupRedir(pTxsExec, pszStdIn, "StdIn", 0, &pTxsExec->StdIn.hChild, &pTxsExec->StdIn.phChild, &pTxsExec->hStdInW);
2510 rc = txsExecSetupRedir(pTxsExec, pszStdOut, "StdOut", 1, &pTxsExec->StdOut.hChild, &pTxsExec->StdOut.phChild, &pTxsExec->hStdOutR);
2512 rc = txsExecSetupRedir(pTxsExec, pszStdErr, "StdErr", 2, &pTxsExec->StdErr.hChild, &pTxsExec->StdErr.phChild, &pTxsExec->hStdErrR);

Completed in 48 milliseconds