Searched refs:PSCMSTREAMLINE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.h50 typedef SCMSTREAMLINE *PSCMSTREAMLINE; typedef
67 PSCMSTREAMLINE paLines;
H A Dscmstream.cpp105 pStream->paLines = (PSCMSTREAMLINE)RTMemAlloc(cLinesEstimate * sizeof(SCMSTREAMLINE));
210 pStream->paLines = (PSCMSTREAMLINE)pvNew;

Completed in 45 milliseconds