Lines Matching refs:errorCode
1582 …{ size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); /* replaced last arg by ma… in FSEv06_decompress_usingDTable_generic() local
1583 if (FSEv06_isError(errorCode)) return errorCode; } in FSEv06_decompress_usingDTable_generic()
1668 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress() local
1669 if (FSEv06_isError(errorCode)) return errorCode; } in FSEv06_decompress()
2104 { size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); in HUFv06_decompress1X2_usingDTable() local
2105 if (HUFv06_isError(errorCode)) return errorCode; } in HUFv06_decompress1X2_usingDTable()
2120 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress1X2() local
2121 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress1X2()
2122 if (errorCode >= cSrcSize) return ERROR(srcSize_wrong); in HUFv06_decompress1X2()
2123 ip += errorCode; in HUFv06_decompress1X2()
2124 cSrcSize -= errorCode; in HUFv06_decompress1X2()
2144 size_t errorCode; in HUFv06_decompress4X2_usingDTable() local
2171 errorCode = BITv06_initDStream(&bitD1, istart1, length1); in HUFv06_decompress4X2_usingDTable()
2172 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X2_usingDTable()
2173 errorCode = BITv06_initDStream(&bitD2, istart2, length2); in HUFv06_decompress4X2_usingDTable()
2174 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X2_usingDTable()
2175 errorCode = BITv06_initDStream(&bitD3, istart3, length3); in HUFv06_decompress4X2_usingDTable()
2176 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X2_usingDTable()
2177 errorCode = BITv06_initDStream(&bitD4, istart4, length4); in HUFv06_decompress4X2_usingDTable()
2178 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X2_usingDTable()
2229 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress4X2() local
2230 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X2()
2231 if (errorCode >= cSrcSize) return ERROR(srcSize_wrong); in HUFv06_decompress4X2()
2232 ip += errorCode; in HUFv06_decompress4X2()
2233 cSrcSize -= errorCode; in HUFv06_decompress4X2()
2479 { size_t const errorCode = BITv06_initDStream(&bitD, istart, cSrcSize); in HUFv06_decompress1X4_usingDTable() local
2480 if (HUFv06_isError(errorCode)) return errorCode; } in HUFv06_decompress1X4_usingDTable()
2519 size_t errorCode; in HUFv06_decompress4X4_usingDTable() local
2546 errorCode = BITv06_initDStream(&bitD1, istart1, length1); in HUFv06_decompress4X4_usingDTable()
2547 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X4_usingDTable()
2548 errorCode = BITv06_initDStream(&bitD2, istart2, length2); in HUFv06_decompress4X4_usingDTable()
2549 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X4_usingDTable()
2550 errorCode = BITv06_initDStream(&bitD3, istart3, length3); in HUFv06_decompress4X4_usingDTable()
2551 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X4_usingDTable()
2552 errorCode = BITv06_initDStream(&bitD4, istart4, length4); in HUFv06_decompress4X4_usingDTable()
2553 if (HUFv06_isError(errorCode)) return errorCode; in HUFv06_decompress4X4_usingDTable()
2726 unsigned ZBUFFv06_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZBUFFv06_isError() argument
2728 const char* ZBUFFv06_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZBUFFv06_getErrorName() argument
3117 …{ size_t const errorCode = HUFv06_decompress1X4_usingDTable(dctx->litBuffer, litSize, istart+lhS… in ZSTDv06_decodeLiteralsBlock() local
3118 if (HUFv06_isError(errorCode)) return ERROR(corruption_detected); in ZSTDv06_decodeLiteralsBlock()
3472 { size_t const errorCode = BITv06_initDStream(&(seqState.DStream), ip, iend-ip); in ZSTDv06_decompressSequences() local
3473 if (ERR_isError(errorCode)) return ERROR(corruption_detected); } in ZSTDv06_decompressSequences()
3821 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy() local
3822 if (FSEv06_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv06_loadEntropy()
3832 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy() local
3833 if (FSEv06_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv06_loadEntropy()
3843 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy() local
3844 if (FSEv06_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv06_loadEntropy()
3877 { size_t const errorCode = ZSTDv06_decompressBegin(dctx); in ZSTDv06_decompressBegin_usingDict() local
3878 if (ZSTDv06_isError(errorCode)) return errorCode; } in ZSTDv06_decompressBegin_usingDict()
3881 size_t const errorCode = ZSTDv06_decompress_insertDictionary(dctx, dict, dictSize); in ZSTDv06_decompressBegin_usingDict() local
3882 if (ZSTDv06_isError(errorCode)) return ERROR(dictionary_corrupted); in ZSTDv06_decompressBegin_usingDict()