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

/vbox/src/bldprogs/
H A Dscmstream.cpp274 size_t offEol = pStream->paLines[iLine].off + pStream->paLines[iLine].cch; local
275 AssertReturn(offEol + pStream->paLines[iLine].enmEol <= cbFile, VERR_INTERNAL_ERROR_2);
279 AssertReturn(pStream->pch[offEol] == '\n', VERR_INTERNAL_ERROR_3);
282 AssertReturn(pStream->pch[offEol] == '\r', VERR_INTERNAL_ERROR_3);
283 AssertReturn(pStream->pch[offEol + 1] == '\n', VERR_INTERNAL_ERROR_3);

Completed in 61 milliseconds