Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.h54 unsigned ZSTDv01_isError(size_t code);
H A Dzstd_v01.c1452 unsigned ZSTDv01_isError(size_t code) { return ERR_isError(code); } in ZSTDv01_isError() function
1534 if (ZSTDv01_isError(litcSize)) return litcSize; in ZSTDv01_decodeLiteralsBlock()
1561 if (ZSTDv01_isError(decodedLitSize)) return decodedLitSize; in ZSTDv01_decodeLiteralsBlock()
1876 if (ZSTDv01_isError(errorCode)) return errorCode; in ZSTD_decompressSequences()
1900 if (ZSTDv01_isError(oneSeqSize)) return oneSeqSize; in ZSTD_decompressSequences()
1936 if (ZSTDv01_isError(errorCode)) return errorCode; in ZSTD_decompressBlock()
1966 if (ZSTDv01_isError(blockSize)) return blockSize; in ZSTDv01_decompressDCtx()
1992 if (ZSTDv01_isError(errorCode)) return errorCode; in ZSTDv01_decompressDCtx()
2040 if (ZSTDv01_isError(blockSize)) { in ZSTDv01_findFrameSizeInfoLegacy()
2120 if (ZSTDv01_isError(blockSize)) return blockSize; in ZSTDv01_decompressContinue()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22947 unsigned ZSTDv01_isError(size_t code);