Lines Matching refs:zcss_init
114 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
693 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
1118 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
1169 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
1226 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
1266 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
1276 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool()
1290 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
1307 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
1312 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
6028 case zcss_init: in ZSTD_compressStream_generic()
6304 if (cctx->streamStage == zcss_init) { in ZSTD_compressStream2()