Lines Matching refs:zcss_init
93 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
534 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
882 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
895 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
949 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
988 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
998 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool()
1012 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
1029 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
1034 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
4123 case zcss_init: in ZSTD_compressStream_generic()
4374 if (cctx->streamStage == zcss_init) { in ZSTD_compressStream2()