Home
last modified time | relevance | path

Searched refs:ZSTD_decompressContinue (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dzstd.h1105 size_t ZSTD_decompressContinue(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity,
/Linux-v5.4/lib/zstd/
Ddecompress.c1743 size_t ZSTD_decompressContinue(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, siz… in ZSTD_decompressContinue() function
2354 CHECK_F(ZSTD_decompressContinue(zds->dctx, NULL, 0, zds->headerBuffer, h1Size)); in ZSTD_decompressStream()
2357 CHECK_F(ZSTD_decompressContinue(zds->dctx, NULL, 0, zds->headerBuffer + h1Size, h2Size)); in ZSTD_decompressStream()
2390 size_t const decodedSize = ZSTD_decompressContinue(zds->dctx, zds->outBuff + zds->outStart, in ZSTD_decompressStream()
2427 …size_t const decodedSize = ZSTD_decompressContinue(zds->dctx, zds->outBuff + zds->outStart, zds->o… in ZSTD_decompressStream()
2524 EXPORT_SYMBOL(ZSTD_decompressContinue);