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

/vbox/src/bldprogs/
H A Dscmstream.h38 typedef struct SCMSTREAMLINE struct
48 } SCMSTREAMLINE; typedef in typeref:struct:SCMSTREAMLINE
50 typedef SCMSTREAMLINE *PSCMSTREAMLINE;
H A Dscmstream.cpp105 pStream->paLines = (PSCMSTREAMLINE)RTMemAlloc(cLinesEstimate * sizeof(SCMSTREAMLINE));
206 void *pvNew = RTMemRealloc(pStream->paLines, cLinesAllocated * sizeof(SCMSTREAMLINE));

Completed in 43 milliseconds