Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dzstd_lib.h2387 … ZSTDnit_block, ZSTDnit_lastBlock, ZSTDnit_checksum, ZSTDnit_skippableFrame } ZSTD_nextInputType_e; typedef
2388 ZSTDLIB_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c1016 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { in ZSTD_nextInputType()