Searched refs:streamStage (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/lib/zstd/decompress/ |
D | zstd_decompress.c | 235 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters() 254 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal() 1470 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced() 1544 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict() 1571 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize() 1655 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter() 1690 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset() 1695 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset() 1770 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer() 1793 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream() [all …]
|
D | zstd_decompress_internal.h | 151 ZSTD_dStreamStage streamStage; member
|
/linux-5.19.10/lib/zstd/compress/ |
D | zstd_compress.c | 534 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter() 882 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams() 895 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize() 949 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced() 988 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict() 998 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool() 1012 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced() 1029 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset() 1034 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset() 4121 switch(zcs->streamStage) in ZSTD_compressStream_generic() [all …]
|
D | zstd_compress_internal.h | 312 ZSTD_cStreamStage streamStage; member
|