Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c3506 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, si… in ZSTDv05_decompressDCtx() function
3517 regenSize = ZSTDv05_decompressDCtx(dctx, dst, maxDstSize, src, srcSize); in ZSTDv05_decompress()
3522 return ZSTDv05_decompressDCtx(&dctx, dst, maxDstSize, src, srcSize); in ZSTDv05_decompress()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23398 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, si…