Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v07.h75 ZSTDLIBv07_API size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* ctx, void* dst, size_t dstCapacity, cons…
Dzstd_v07.c3875 size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv07_decompressDCtx() function
3887 regenSize = ZSTDv07_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTDv07_decompress()
3892 return ZSTDv07_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTDv07_decompress()