Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c234 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters()
253 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal()
1535 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced()
1609 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict()
1636 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize()
1720 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter()
1755 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset()
1760 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset()
1833 /* Any buffer is allowed in zdss_init, this must be the same for every other call until in ZSTD_checkOutBuffer()
1836 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer()
[all...]
H A Dzstd_decompress_internal.h93 typedef enum { zdss_init=0, zdss_loadHeader, enumerator
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c2157 typedef enum { zdss_init, zdss_loadHeader, zdss_read, zdss_load, zdss_flush } ZSTD_dStreamStage; enumerator
2209 zds->stage = zdss_init; in ZSTD_createDStream_advanced()
2310 case zdss_init: in ZSTD_decompressStream()
2344 zds->stage = zdss_init; in ZSTD_decompressStream()
2384 zds->stage = zdss_init; in ZSTD_decompressStream()

Completed in 8 milliseconds