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