Searched refs:ZSTDcs_ending (Results 1 – 4 of 4) sorted by relevance
48 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
4007 if (lastFrameChunk && (op>ostart)) cctx->stage = ZSTDcs_ending; in ZSTD_compress_frameChunk()4607 if (cctx->stage != ZSTDcs_ending) { in ZSTD_writeEpilogue()
47 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
4691 if (lastFrameChunk && (op>ostart)) cctx->stage = ZSTDcs_ending; in ZSTD_compress_frameChunk()5362 if (cctx->stage != ZSTDcs_ending) { in ZSTD_writeEpilogue()