Searched refs:ZSTD_decompressDCtx (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/zstd/
H A Dzstd_decompress_module.c58 return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c19 * Note that functions with explicit context such as ZSTD_decompressDCtx() are unaffected.
1034 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) function
1046 regenSize = ZSTD_decompressDCtx(dctx, dst, dstCapacity, src, srcSize);
1052 return ZSTD_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize);
/linux-master/include/linux/
H A Dzstd_lib.h220 /*! ZSTD_decompressDCtx() :
225 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx,
526 * Note : This API is compatible with existing ZSTD_decompressDCtx() and ZSTD_decompressStream().
928 * ZSTD_compressStream2(), and ZSTD_decompressDCtx(). Dictionaries are sticky, and

Completed in 177 milliseconds