Lines Matching refs:zcss_init
96 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
540 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
934 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
947 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
1001 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
1040 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
1050 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool()
1064 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
1081 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
1086 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
4155 case zcss_init: in ZSTD_compressStream_generic()
4434 if (cctx->streamStage == zcss_init) { in ZSTD_compressStream2()