Searched refs:streamStage (Results 1 – 4 of 4) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_decompress.c | 99 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 …]
|
D | zstd_decompress_internal.h | 141 ZSTD_dStreamStage streamStage; member
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 540 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 …]
|
D | zstd_compress_internal.h | 308 ZSTD_cStreamStage streamStage; member
|