Searched refs:ZSTDcs_ending (Results 1 – 2 of 2) sorted by relevance
42 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
2857 if (lastFrameChunk && (op>ostart)) cctx->stage = ZSTDcs_ending; in ZSTD_compress_frameChunk()3429 if (cctx->stage != ZSTDcs_ending) { in ZSTD_writeEpilogue()