ZSTD_nextInputType 1115 include/linux/zstd.h ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx); ZSTD_nextInputType 2485 lib/zstd/decompress.c nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds->dctx) == ZSTDnit_block); /* preload header of next block */ ZSTD_nextInputType 2525 lib/zstd/decompress.c EXPORT_SYMBOL(ZSTD_nextInputType);