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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c234 assert(dctx->streamStage == zdss_init);
253 dctx->streamStage = zdss_init;
1535 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, "");
1609 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, "");
1636 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, "");
1720 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, "");
1755 dctx->streamStage = zdss_init;
1760 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, "");
1836 if (zds->streamStage == zdss_init)
1847 * NOTE: You must break after calling this function since the streamStage i
[all...]
H A Dzstd_decompress_internal.h169 ZSTD_dStreamStage streamStage; member in struct:ZSTD_DCtx_s
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c624 if (cctx->streamStage != zcss_init) {
999 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
1012 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
1066 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
1105 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
1115 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
1129 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
1146 cctx->streamStage = zcss_init;
1151 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong,
5237 switch(zcs->streamStage)
[all...]
H A Dzstd_compress_internal.h402 ZSTD_cStreamStage streamStage; member in struct:ZSTD_CCtx_s

Completed in 321 milliseconds