Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h48 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
H A 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9960 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
14609 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_internal()
14859 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
15803 RETURN_ERROR_IF(cctx->stage != ZSTDcs_init, stage_wrong, in ZSTD_referenceExternalSequences()
15829 if (frame && (cctx->stage==ZSTDcs_init)) { in ZSTD_compressContinue_internal()
16267 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()