Home
last modified time | relevance | path

Searched refs:streamStage (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/decompress/
Dzstd_decompress.c99 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters()
117 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal()
1315 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced()
1389 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict()
1406 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize()
1483 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter()
1511 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset()
1516 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset()
1591 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer()
1614 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream()
[all …]
Dzstd_decompress_internal.h141 ZSTD_dStreamStage streamStage; member
/external/zstd/lib/compress/
Dzstd_compress.c540 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter()
934 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams()
947 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize()
1001 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced()
1040 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict()
1050 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool()
1064 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced()
1081 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset()
1086 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset()
4153 switch(zcs->streamStage) in ZSTD_compressStream_generic()
[all …]
Dzstd_compress_internal.h308 ZSTD_cStreamStage streamStage; member