Home
last modified time | relevance | path

Searched refs:ZSTDcs_init (Results 1 – 2 of 2) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress_internal.h48 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
Dzstd_compress.c1693 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_internal()
1961 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
2974 RETURN_ERROR_IF(cctx->stage != ZSTDcs_init, stage_wrong, in ZSTD_referenceExternalSequences()
3001 if (frame && (cctx->stage==ZSTDcs_init)) { in ZSTD_compressContinue_internal()
3445 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()