Lines Matching refs:Bool
191 Bool isempty_RL ( EState* s ) in isempty_RL()
340 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
342 Bool progress_in = False; in copy_input_until_stop()
385 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
387 Bool progress_out = False; in copy_output_until_stop()
412 Bool handle_compress ( bz_stream* strm ) in handle_compress()
414 Bool progress_in = False; in handle_compress()
415 Bool progress_out = False; in handle_compress()
437 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
460 Bool progress; in BZ_API()
571 s->smallDecompress = (Bool)small; in BZ_API()
926 Bool writing;
929 Bool initialisedOk;
935 static Bool myfeof ( FILE* f ) in myfeof()