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

/freebsd-12-stable/sys/contrib/zstd/lib/
H A Dzstd.h895 typedef enum { ZSTDnit_frameHeader, ZSTDnit_blockHeader, ZSTDnit_block, ZSTDnit_lastBlock, ZSTDnit_checksum, ZSTDnit_skippableFrame } ZSTD_nextInputType_e; typedef in typeref:enum:__anon11823
896 ZSTDLIB_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1994 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) {

Completed in 122 milliseconds