Lines Matching refs:zcss_init
9959 typedef enum { zcss_init=0, zcss_load, zcss_flush } ZSTD_cStreamStage; enumerator
13165 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
13567 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
13916 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
13929 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
13977 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
14015 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
14031 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
14048 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
14053 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
16910 case zcss_init: in ZSTD_compressStream_generic()
17057 if (cctx->streamStage == zcss_init) { in ZSTD_compressStream2()