Home
last modified time | relevance | path

Searched refs:ZSTDv01_isError (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.h54 unsigned ZSTDv01_isError(size_t code);
H A Dzstd_v01.c1448 unsigned ZSTDv01_isError(size_t code) { return ERR_isError(code); } in ZSTDv01_isError() function
1530 if (ZSTDv01_isError(litcSize)) return litcSize; in ZSTDv01_decodeLiteralsBlock()
1557 if (ZSTDv01_isError(decodedLitSize)) return decodedLitSize; in ZSTDv01_decodeLiteralsBlock()
1872 if (ZSTDv01_isError(errorCode)) return errorCode; in ZSTD_decompressSequences()
1896 if (ZSTDv01_isError(oneSeqSize)) return oneSeqSize; in ZSTD_decompressSequences()
1932 if (ZSTDv01_isError(errorCode)) return errorCode; in ZSTD_decompressBlock()
1962 if (ZSTDv01_isError(blockSize)) return blockSize; in ZSTDv01_decompressDCtx()
1988 if (ZSTDv01_isError(errorCode)) return errorCode; in ZSTDv01_decompressDCtx()
2036 if (ZSTDv01_isError(blockSize)) { in ZSTDv01_findFrameSizeInfoLegacy()
2116 if (ZSTDv01_isError(blockSize)) return blockSize; in ZSTDv01_decompressContinue()