Lines Matching refs:zcss_init
111 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()
5358 case zcss_init: in ZSTD_compressStream_generic()
5647 if (cctx->streamStage == zcss_init) { in ZSTD_compressStream2()