Home
last modified time | relevance | path

Searched refs:zcss_init (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c108 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
624 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
999 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
1012 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
1066 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
1105 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
1115 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool()
1129 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
1146 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
1151 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wron in ZSTD_CCtx_reset()
[all...]
H A Dzstd_compress_internal.h43 typedef enum { zcss_init=0, zcss_load, zcss_flush } ZSTD_cStreamStage; enumerator
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c2948 typedef enum { zcss_init, zcss_load, zcss_flush, zcss_final } ZSTD_cStreamStage; enumerator
3141 case zcss_init: in ZSTD_compressStream_generic()
3286 zcs->stage = zcss_init; /* end reached */ in ZSTD_endStream()

Completed in 16 milliseconds