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

/vbox/src/bldprogs/
H A Dscmstream.cpp53 pStream->fFullyLineated = false;
101 size_t cLinesEstimate = pRelatedStream && pRelatedStream->fFullyLineated
239 pStream->fFullyLineated = true;
392 pStream->fFullyLineated = true;
451 Assert(RT_FAILURE(pStream->rc) || pStream->fFullyLineated);
494 if (!pStream->fFullyLineated)
524 if (!pStream->fFullyLineated)
548 if (RT_UNLIKELY(!pStream->fFullyLineated))
623 if (RT_UNLIKELY(!pStream->fFullyLineated))
652 if ( !pStream->fFullyLineated
[all...]
H A Dscmstream.h80 bool fFullyLineated; member in struct:SCMSTREAM

Completed in 212 milliseconds