Lines Matching defs:errorCode
1526 …{ size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); /* replaced last arg by ma… in FSEv06_decompress_usingDTable_generic() local
1612 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress() local
2048 { size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); in HUFv06_decompress1X2_usingDTable() local
2064 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress1X2() local
2088 size_t errorCode; in HUFv06_decompress4X2_usingDTable() local
2173 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress4X2() local
2423 { size_t const errorCode = BITv06_initDStream(&bitD, istart, cSrcSize); in HUFv06_decompress1X4_usingDTable() local
2463 size_t errorCode; in HUFv06_decompress4X4_usingDTable() local
2670 unsigned ZBUFFv06_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZBUFFv06_isError()
2672 const char* ZBUFFv06_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZBUFFv06_getErrorName()
3061 …{ size_t const errorCode = HUFv06_decompress1X4_usingDTable(dctx->litBuffer, litSize, istart+lhS… in ZSTDv06_decodeLiteralsBlock() local
3422 { size_t const errorCode = BITv06_initDStream(&(seqState.DStream), ip, iend-ip); in ZSTDv06_decompressSequences() local
3772 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy() local
3783 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy() local
3794 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy() local
3828 { size_t const errorCode = ZSTDv06_decompressBegin(dctx); in ZSTDv06_decompressBegin_usingDict() local
3832 size_t const errorCode = ZSTDv06_decompress_insertDictionary(dctx, dict, dictSize); in ZSTDv06_decompressBegin_usingDict() local