Home | History | Annotate | Download | only in bzip2

Lines Matching defs:progress

67       "possibly monitoring progress in detail with the -vv flag.\n"
409 Bool progress;
424 progress = handle_compress ( strm );
425 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
446 progress = handle_compress ( strm );
456 progress = handle_compress ( strm );
457 if (!progress) return BZ_SEQUENCE_ERROR;