Searched refs:ZSTDv04_decompressDCtx (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/legacy/ |
D | zstd_v04.h | 64 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx,
|
D | zstd_v04.c | 3603 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()
|