Searched refs:ZSTDcs_init (Results 1 – 2 of 2) sorted by relevance
42 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
1851 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_internal()2136 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()4006 RETURN_ERROR_IF(cctx->stage != ZSTDcs_init, stage_wrong, in ZSTD_referenceExternalSequences()4033 if (frame && (cctx->stage==ZSTDcs_init)) { in ZSTD_compressContinue_internal()4505 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()