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

/vbox/src/bldprogs/
H A Dscmrw.cpp290 size_t cCopied = RT_MIN(cLinesNew, cLines); local
291 ScmStreamCopyLines(pOut, pIn, cCopied);
293 if (cCopied != cLinesNew)
295 while (cCopied++ < cLinesNew)

Completed in 42 milliseconds