Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map307 ZSTD_nextInputType;
/dragonfly/contrib/zstd/lib/
H A Dzstd.h2344 ZSTDLIB_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c869 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { in ZSTD_nextInputType() function
1911 …nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload… in ZSTD_decompressStream()