Home
last modified time | relevance | path

Searched refs:progress_in (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c430 Bool progress_in = False; in copy_input_until_stop() local
440 progress_in = True; in copy_input_until_stop()
458 progress_in = True; in copy_input_until_stop()
467 return progress_in; in copy_input_until_stop()
502 Bool progress_in = False; in handle_compress() local
522 progress_in |= copy_input_until_stop ( s ); in handle_compress()
541 return progress_in || progress_out; in handle_compress()