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

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.h86 /*! ZSTDv07_decompress_usingDict() :
90 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx,
108 * Faster startup than ZSTDv07_decompress_usingDict(), recommended when same dictionary is used multiple times. */
H A Dzstd_legacy.h171 result = ZSTDv07_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize);
H A Dzstd_v07.c3858 * Same as ZSTDv07_decompress_usingDict, but using a reference context `preparedDCtx`, where dictionary has been loaded.
3872 size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, function
3885 return ZSTDv07_decompress_usingDict(dctx, dst, dstCapacity, src, srcSize, NULL, 0);

Completed in 189 milliseconds