Lines Matching refs:Bool
222 Bool isempty_RL ( EState* s ) in isempty_RL()
428 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
430 Bool progress_in = False; in copy_input_until_stop()
473 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
475 Bool progress_out = False; in copy_output_until_stop()
500 Bool handle_compress ( bz_stream* strm ) in handle_compress()
502 Bool progress_in = False; in handle_compress()
503 Bool progress_out = False; in handle_compress()
525 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
548 Bool progress; in BZ_API()
660 s->smallDecompress = (Bool)small; in BZ_API()
709 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
883 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
991 Bool corrupt; in BZ_API()
1081 Bool writing;
1084 Bool initialisedOk;
1090 static Bool myfeof ( FILE* f ) in myfeof()