Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v04.h64 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx,
Dzstd_v04.c3603 size_t ZSTDv04_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, size_… in ZSTDv04_decompressDCtx() function
3614 regenSize = ZSTDv04_decompressDCtx(dctx, dst, maxDstSize, src, srcSize); in ZSTDv04_decompress()
3619 return ZSTDv04_decompressDCtx(&dctx, dst, maxDstSize, src, srcSize); in ZSTDv04_decompress()