Searched refs:ZSTDv05_decompressDCtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.h65 /** ZSTDv05_decompressDCtx() :
67 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize);
76 * Note : dict can be NULL, in which case, it's equivalent to ZSTDv05_decompressDCtx() */
H A Dzstd_v05.c3502 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, size_t srcSize) function
3513 regenSize = ZSTDv05_decompressDCtx(dctx, dst, maxDstSize, src, srcSize);
3518 return ZSTDv05_decompressDCtx(&dctx, dst, maxDstSize, src, srcSize);

Completed in 137 milliseconds