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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp413 SCMSTREAM StrmInput; member in struct:VBCPPINPUT
557 PSCMSTREAM pStrm = &pThis->pInputStack->StrmInput;
5111 PSCMSTREAM pStrmInput = &pThis->pInputStack->StrmInput;
5132 pStrmInput = &pThis->pInputStack->StrmInput;
5207 int rc = ScmStreamInitForReading(&pInput->StrmInput, pThis->pszInput);
5212 rc = ScmStreamInitForWriting(&pThis->StrmOutput, &pInput->StrmInput);
5425 ScmStreamDelete(&pThis->pInputStack->StrmInput);

Completed in 60 milliseconds