Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c83 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
485 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
834 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
847 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
895 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
933 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
949 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
966 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
971 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
3828 case zcss_init: in ZSTD_compressStream_generic()
[all …]
H A Dzstd_compress_internal.h50 typedef enum { zcss_init=0, zcss_load, zcss_flush } ZSTD_cStreamStage; enumerator
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c111 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
647 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
1068 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
1081 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
1135 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
1174 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
1184 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool()
1198 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
1215 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
1220 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
[all …]
H A Dzstd_compress_internal.h49 typedef enum { zcss_init=0, zcss_load, zcss_flush } ZSTD_cStreamStage; enumerator