Home | History | Annotate | Download | only in tests

Lines Matching defs:progress

4813    Bool progress;
4828 progress = handle_compress ( strm );
4829 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4850 progress = handle_compress ( strm );
4860 progress = handle_compress ( strm );
4861 if (!progress) return BZ_SEQUENCE_ERROR;