Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.h64 size_t ZSTDv01_decompressDCtx(void* ctx,
H A Dzstd_v01.c1940 size_t ZSTDv01_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t srcS… in ZSTDv01_decompressDCtx() function
2001 return ZSTDv01_decompressDCtx(&ctx, dst, maxDstSize, src, srcSize); in ZSTDv01_decompress()