Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
Dbzlib.c295 Bool progress_in = False; in copy_input_until_stop() local
305 progress_in = True; in copy_input_until_stop()
323 progress_in = True; in copy_input_until_stop()
332 return progress_in; in copy_input_until_stop()
367 Bool progress_in = False; in handle_compress() local
387 progress_in |= copy_input_until_stop ( s ); in handle_compress()
406 return progress_in || progress_out; in handle_compress()
Dbzip2.patch68 Bool progress_in = False;