Searched refs:streamStage (Results 1 – 4 of 4) sorted by relevance
/linux/lib/zstd/decompress/ |
H A D | zstd_decompress.c | 237 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters() 258 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal() 1627 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced() 1705 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict() 1732 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize() 1831 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter() 1874 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset() 1880 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset() 1967 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer() 1990 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream() [all …]
|
H A D | zstd_decompress_internal.h | 174 ZSTD_dStreamStage streamStage; member
|
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 693 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter() 1118 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams() 1169 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize() 1226 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced() 1266 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict() 1276 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool() 1290 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced() 1307 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset() 1312 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset() 6026 switch(zcs->streamStage) in ZSTD_compressStream_generic() [all …]
|
H A D | zstd_compress_internal.h | 515 ZSTD_cStreamStage streamStage; member
|