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

/vbox/src/bldprogs/
H A Dscm.cpp1078 SCMSTREAM Stream3; local
1079 rc = ScmStreamInitForWriting(&Stream3, &Stream1);
1091 pOut = pIn == &Stream1 ? &Stream3 : pIn;
1103 rc = ScmStreamGetStatus(&Stream3);
1147 ScmStreamDelete(&Stream3);

Completed in 47 milliseconds