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

/linux-master/include/linux/
H A Dzstd_lib.h2458 Note : it's possible to know if next input to present is a header or a block, using ZSTD_nextInputType().
2507 ZSTDLIB_STATIC_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1081 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { function
2131 nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload header of next block */

Completed in 275 milliseconds