Lines Matching refs:Bool
217 Bool isempty_RL ( EState* s ) in isempty_RL()
451 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
453 Bool progress_in = False; in copy_input_until_stop()
496 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
498 Bool progress_out = False; in copy_output_until_stop()
523 Bool handle_compress ( bz_stream* strm ) in handle_compress()
525 Bool progress_in = False; in handle_compress()
526 Bool progress_out = False; in handle_compress()
548 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
571 Bool progress; in BZ_API()
682 s->smallDecompress = (Bool)small; in BZ_API()
698 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
868 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
972 Bool corrupt; in BZ_API()
1061 Bool writing;
1064 Bool initialisedOk;
1070 static Bool myfeof ( FILE* f ) in myfeof()