Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v07.h90 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx,
Dzstd_legacy.h171 … result = ZSTDv07_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
Dzstd_v07.c3876 size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDict() function
3889 return ZSTDv07_decompress_usingDict(dctx, dst, dstCapacity, src, srcSize, NULL, 0); in ZSTDv07_decompressDCtx()