Searched refs:ZSTD_nextInputType (Results 1 – 3 of 3) sorted by relevance
108 &ZSTD_nextInputType,
896 ZSTDLIB_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
1994 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { in ZSTD_nextInputType() function2971 …nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload… in ZSTD_decompressStream()