Lines Matching defs:errorCode

1586 …{ size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize);   /* replaced last arg by ma…  in FSEv06_decompress_usingDTable_generic()  local
1672 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress() local
2108 { size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); in HUFv06_decompress1X2_usingDTable() local
2124 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress1X2() local
2148 size_t errorCode; in HUFv06_decompress4X2_usingDTable() local
2233 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress4X2() local
2483 { size_t const errorCode = BITv06_initDStream(&bitD, istart, cSrcSize); in HUFv06_decompress1X4_usingDTable() local
2523 size_t errorCode; in HUFv06_decompress4X4_usingDTable() local
2730 unsigned ZBUFFv06_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZBUFFv06_isError()
2732 const char* ZBUFFv06_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZBUFFv06_getErrorName()
3121 …{ size_t const errorCode = HUFv06_decompress1X4_usingDTable(dctx->litBuffer, litSize, istart+lhS… in ZSTDv06_decodeLiteralsBlock() local
3476 { size_t const errorCode = BITv06_initDStream(&(seqState.DStream), ip, iend-ip); in ZSTDv06_decompressSequences() local
3825 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy() local
3836 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy() local
3847 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy() local
3881 { size_t const errorCode = ZSTDv06_decompressBegin(dctx); in ZSTDv06_decompressBegin_usingDict() local
3885 size_t const errorCode = ZSTDv06_decompress_insertDictionary(dctx, dict, dictSize); in ZSTDv06_decompressBegin_usingDict() local