Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/
A Dzstd_decompress_module.c58 return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size); in zstd_decompress_dctx()
/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress.c1015 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function
1027 regenSize = ZSTD_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
1033 return ZSTD_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
/linux-6.3-rc2/include/linux/
A Dzstd_lib.h225 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx,

Completed in 13 milliseconds