Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dsymbols.c108 &ZSTD_nextInputType,
/freebsd-12.1/sys/contrib/zstd/lib/
H A Dzstd.h896 ZSTDLIB_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1994 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { in ZSTD_nextInputType() function
2971 …nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload… in ZSTD_decompressStream()