Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.h67 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, si…
H A Dzstd_v05.c3502 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, si… in ZSTDv05_decompressDCtx() function
3513 regenSize = ZSTDv05_decompressDCtx(dctx, dst, maxDstSize, src, srcSize); in ZSTDv05_decompress()
3518 return ZSTDv05_decompressDCtx(&dctx, dst, maxDstSize, src, srcSize); in ZSTDv05_decompress()