Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/
Dzstd_decompress_module.c58 return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size); in zstd_decompress_dctx()
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c969 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function
981 regenSize = ZSTD_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
987 return ZSTD_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
/linux-6.1.9/include/linux/
Dzstd_lib.h217 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx,