Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.h64 size_t ZSTDv01_decompressDCtx(void* ctx,
H A Dzstd_v01.c1944 size_t ZSTDv01_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t srcS… in ZSTDv01_decompressDCtx() function
2005 return ZSTDv01_decompressDCtx(&ctx, dst, maxDstSize, src, srcSize); in ZSTDv01_decompress()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22957 size_t ZSTDv01_decompressDCtx(void* ctx,