Home
last modified time | relevance | path

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

/src/sys/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.c1930 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_internal()
2215 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
4097 RETURN_ERROR_IF(cctx->stage != ZSTDcs_init, stage_wrong, in ZSTD_referenceExternalSequences()
4124 if (frame && (cctx->stage==ZSTDcs_init)) { in ZSTD_compressContinue_internal()
4599 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h47 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage… enumerator
H A Dzstd_compress.c2205 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_internal()
2520 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
4783 assert(cctx->stage == ZSTDcs_init); in ZSTD_referenceExternalSequences()
4806 if (frame && (cctx->stage==ZSTDcs_init)) { in ZSTD_compressContinue_internal()
5354 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()