Lines Matching refs:Bool
142 Bool isempty_RL ( EState* s ) in isempty_RL()
292 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
294 Bool progress_in = False; in copy_input_until_stop()
337 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
339 Bool progress_out = False; in copy_output_until_stop()
364 Bool handle_compress ( bz_stream* strm ) in handle_compress()
366 Bool progress_in = False; in handle_compress()
367 Bool progress_out = False; in handle_compress()
389 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
412 Bool progress; in BZ_API()
524 s->smallDecompress = (Bool)small; in BZ_API()
540 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
710 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
814 Bool corrupt; in BZ_API()
902 Bool writing;
905 Bool initialisedOk;
911 static Bool myfeof ( FILE* f ) in myfeof()