Home
last modified time | relevance | path

Searched refs:ZSTD_decompressBegin (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h1048 * Start decompression, with ZSTD_decompressBegin() or
1100 size_t ZSTD_decompressBegin(ZSTD_DCtx *dctx);
1130 * + decompression : ZSTD_decompressBegin()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c106 size_t ZSTD_decompressBegin(ZSTD_DCtx *dctx) in ZSTD_decompressBegin() function
137 ZSTD_decompressBegin(dctx); in ZSTD_createDCtx_advanced()
1971 CHECK_F(ZSTD_decompressBegin(dctx)); in ZSTD_decompressBegin_usingDict()
1997 ZSTD_decompressBegin(dstDCtx); /* init */ in ZSTD_refDDict()
2520 EXPORT_SYMBOL(ZSTD_decompressBegin); variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1395 size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) in ZSTD_decompressBegin() function
1421 FORWARD_IF_ERROR( ZSTD_decompressBegin(dctx) , ""); in ZSTD_decompressBegin_usingDict()
1444 FORWARD_IF_ERROR( ZSTD_decompressBegin(dctx) , ""); in ZSTD_decompressBegin_usingDDict()
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h2444 Once buffers are setup, start decompression, with ZSTD_decompressBegin().
2497 ZSTDLIB_STATIC_API size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx);
2526 + decompression : any ZSTD_decompressBegin*() variant, including with dictionary

Completed in 14 milliseconds