Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dzstd.h1115 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx);
/linux-4.19.296/lib/zstd/
Ddecompress.c1723 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx) in ZSTD_nextInputType() function
2482 …nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds->dctx) == ZSTDnit_block); /* pre… in ZSTD_decompressStream()
2522 EXPORT_SYMBOL(ZSTD_nextInputType);