Searched refs:ZSTDv06_decompress_usingDict (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v06.h | 88 ZSTDLIBv06_API size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx,
|
H A D | zstd_legacy.h | 161 … result = ZSTDv06_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
|
H A D | zstd_v06.c | 3627 size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx, in ZSTDv06_decompress_usingDict() function 3640 return ZSTDv06_decompress_usingDict(dctx, dst, dstCapacity, src, srcSize, NULL, 0); in ZSTDv06_decompressDCtx()
|