Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/
H A Dzstd_decompress_module.c58 return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size); in zstd_decompress_dctx()
/kernel/linux/linux-5.10/crypto/
H A Dzstd.c185 out_len = ZSTD_decompressDCtx(zctx->dctx, dst, *dlen, src, slen); in __zstd_decompress()
/kernel/linux/linux-5.10/lib/
H A Ddecompress_unzstd.c140 * the end of the frame that ZSTD_decompressDCtx() can't handle. in decompress_single()
148 ret = ZSTD_decompressDCtx(dctx, out_buf, out_len, in_buf, in_len); in decompress_single()
/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h286 * ZSTD_decompressDCtx() - decompress zstd compressed src into dst
299 size_t ZSTD_decompressDCtx(ZSTD_DCtx *ctx, void *dst, size_t dstCapacity,
/kernel/linux/linux-6.6/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) in ZSTD_decompressDCtx() function
1046 regenSize = ZSTD_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
1052 return ZSTD_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c1712 size_t ZSTD_decompressDCtx(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, size_t srcSize) in ZSTD_decompressDCtx() function
2495 EXPORT_SYMBOL(ZSTD_decompressDCtx); variable

Completed in 14 milliseconds