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

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.h73 /*! ZSTDv05_decompress_usingDict() :
77 size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx,
H A Dzstd_legacy.h151 result = ZSTDv05_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize);
H A Dzstd_v05.c317 * Same as ZSTDv05_decompress_usingDict, but using a reference context `preparedDCtx`, where dictionary has been loaded.
3491 size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx, function
3504 return ZSTDv05_decompress_usingDict(dctx, dst, maxDstSize, src, srcSize, NULL, 0);

Completed in 122 milliseconds