Home
last modified time | relevance | path

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

/linux/lib/zstd/
H A Dzstd_decompress_module.c85 return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size); in zstd_decompress_dctx()
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c1034 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … 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()
/linux/include/linux/
H A Dzstd_lib.h225 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx,