Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h48 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
H A Dzstd_compress.c2908 if (lastFrameChunk && (op>ostart)) cctx->stage = ZSTDcs_ending; in ZSTD_compress_frameChunk()
3453 if (cctx->stage != ZSTDcs_ending) { in ZSTD_writeEpilogue()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9960 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
15736 if (lastFrameChunk && (op>ostart)) cctx->stage = ZSTDcs_ending; in ZSTD_compress_frameChunk()
16275 if (cctx->stage != ZSTDcs_ending) { in ZSTD_writeEpilogue()