Home | History | Annotate | Download | only in tests

Lines Matching defs:progress

4784    Bool progress;
4799 progress = handle_compress ( strm );
4800 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4821 progress = handle_compress ( strm );
4831 progress = handle_compress ( strm );
4832 if (!progress) return BZ_SEQUENCE_ERROR;