Lines Matching refs:AssertReturn

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);
286 AssertReturn(iLine + 1 >= pStream->cLines, VERR_INTERNAL_ERROR_4);
289 AssertReturn(iLine + 1 >= pStream->cLines, VERR_INTERNAL_ERROR_5);
384 AssertReturn(!pStream->fWriteOrRead, NULL);
493 AssertReturn(!pStream->fWriteOrRead, pStream->cb);
543 AssertReturn(!pStream->fWriteOrRead, VERR_ACCESS_DENIED);
571 AssertReturn(pStream->off != ~(size_t)0, pStream->rc = VERR_INTERNAL_ERROR_3);
618 AssertReturn(!pStream->fWriteOrRead, VERR_ACCESS_DENIED);
680 AssertReturn(!pStream->fWriteOrRead, NULL);
757 AssertReturn(!pStream->fWriteOrRead, NULL);
771 AssertReturn(!pStream->fWriteOrRead, ~(unsigned)0);
807 AssertReturn(!pStream->fWriteOrRead, ~(unsigned)0);
843 AssertReturn(!pStream->fWriteOrRead, VERR_PERMISSION_DENIED);
940 AssertReturn(pStream->fWriteOrRead, VERR_ACCESS_DENIED);
952 AssertReturn(pStream->paLines[iLine].cch == 0, VERR_INTERNAL_ERROR_3);
1035 AssertReturn(pStream->fWriteOrRead, VERR_ACCESS_DENIED);
1139 AssertReturn(pStream->fWriteOrRead, VERR_ACCESS_DENIED);
1215 AssertReturn(pDst->fWriteOrRead, VERR_ACCESS_DENIED);
1219 AssertReturn(!pSrc->fWriteOrRead, VERR_ACCESS_DENIED);
1255 AssertReturn(!pStream->fWriteOrRead, false);
1256 AssertReturn(RT_SUCCESS(pStream->rc), false);
1257 AssertReturn(pStream->fFullyLineated, false);
1261 AssertReturn(pStream->off > pStream->paLines[iLine].off, false);
1296 AssertReturn(!pStream->fWriteOrRead, NULL);
1297 AssertReturn(RT_SUCCESS(pStream->rc), NULL);
1298 AssertReturn(pStream->fFullyLineated, NULL);
1335 AssertReturn(!pStream->fWriteOrRead, NULL);
1336 AssertReturn(RT_SUCCESS(pStream->rc), NULL);
1337 AssertReturn(pStream->fFullyLineated, NULL);