Searched refs:ZSTDv07_decompress_usingDict (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v07.h | 90 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx,
|
H A D | zstd_legacy.h | 171 … result = ZSTDv07_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
|
H A D | zstd_v07.c | 3872 size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDict() function 3885 return ZSTDv07_decompress_usingDict(dctx, dst, dstCapacity, src, srcSize, NULL, 0); in ZSTDv07_decompressDCtx()
|