Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib.c294 Bool progress_in = False; in copy_input_until_stop() local
304 progress_in = True; in copy_input_until_stop()
322 progress_in = True; in copy_input_until_stop()
331 return progress_in; in copy_input_until_stop()
366 Bool progress_in = False; in handle_compress() local
386 progress_in |= copy_input_until_stop ( s ); in handle_compress()
405 return progress_in || progress_out; in handle_compress()