Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v06.c3552 static size_t ZSTDv06_decompressFrame(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressFrame() function
3621 return ZSTDv06_decompressFrame(dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompress_usingPreparedDCtx()
3632 return ZSTDv06_decompressFrame(dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompress_usingDict()