Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dzstd_lib.h2507 ZSTDLIB_STATIC_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress.c1081 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { in ZSTD_nextInputType() function
2131 …nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload… in ZSTD_decompressStream()