Lines Matching refs:Bool
192 Bool isempty_RL ( EState* s ) in isempty_RL()
341 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
343 Bool progress_in = False; in copy_input_until_stop()
386 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
388 Bool progress_out = False; in copy_output_until_stop()
413 Bool handle_compress ( bz_stream* strm ) in handle_compress()
415 Bool progress_in = False; in handle_compress()
416 Bool progress_out = False; in handle_compress()
438 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
461 Bool progress; in BZ_API()
572 s->smallDecompress = (Bool)small; in BZ_API()
927 Bool writing;
930 Bool initialisedOk;
936 static Bool myfeof ( FILE* f ) in myfeof()