Home
last modified time | relevance | path

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

/linux/lib/zstd/
A Dzstd_decompress_module.c58 return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size); in zstd_decompress_dctx()
/linux/lib/zstd/decompress/
A 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/include/linux/
A Dzstd_lib.h217 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx,
/linux/
A DSystem.map17040 ffff8000104b8aa4 T ZSTD_decompressDCtx
A D.tmp_System.map17040 ffff8000104b8aa4 T ZSTD_decompressDCtx

Completed in 318 milliseconds