Searched refs:ZSTDv01_decompressDCtx (Results 1 – 2 of 2) sorted by relevance
64 size_t ZSTDv01_decompressDCtx(void* ctx,
1940 size_t ZSTDv01_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t srcS… in ZSTDv01_decompressDCtx() function2001 return ZSTDv01_decompressDCtx(&ctx, dst, maxDstSize, src, srcSize); in ZSTDv01_decompress()