Lines Matching refs:Bool
171 static Bool isempty_RL(EState* s) { in isempty_RL()
323 static Bool copy_input_until_stop(EState* s) { in copy_input_until_stop()
324 Bool progress_in = False; in copy_input_until_stop()
370 static Bool copy_output_until_stop(EState* s) { in copy_output_until_stop()
371 Bool progress_out = False; in copy_output_until_stop()
396 static Bool handle_compress(bz_stream* strm) { in handle_compress()
397 Bool progress_in = False; in handle_compress()
398 Bool progress_out = False; in handle_compress()
418 BZ2_compressBlock(s, (Bool)(s->mode == BZ_M_FINISHING)); in handle_compress()
436 Bool progress; in BZ_API()
555 s->smallDecompress = (Bool)small; in BZ_API()
569 static Bool unRLE_obuf_to_output_FAST(DState* s) { in unRLE_obuf_to_output_FAST()
775 static Bool unRLE_obuf_to_output_SMALL(DState* s) { in unRLE_obuf_to_output_SMALL()
920 Bool corrupt; in BZ_API()
1019 Bool writing;
1022 Bool initialisedOk;
1026 static Bool myfeof(FILE* f) { in myfeof()