Lines Matching refs:zcss_init
9961 typedef enum { zcss_init=0, zcss_load, zcss_flush } ZSTD_cStreamStage; enumerator
13167 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
13569 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
13918 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
13931 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
13979 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
14017 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
14033 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
14050 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
14055 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
16912 case zcss_init: in ZSTD_compressStream_generic()
17059 if (cctx->streamStage == zcss_init) { in ZSTD_compressStream2()