Searched refs:do_md5 (Results 1 – 3 of 3) sorted by relevance
500 int do_md5 = 0, progress = 0; in main_loop() local585 do_md5 = 1; in main_loop()675 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()705 if (do_md5) in main_loop()916 if (do_md5) { in main_loop()925 if (do_md5) { in main_loop()951 if (do_md5) { in main_loop()959 if (do_md5) { in main_loop()993 if (do_md5) { in main_loop()
90 FLAC__bool do_md5; member
1191 if(encoder->protected_->do_md5) in init_stream_internal_()1468 if(encoder->protected_->do_md5) in FLAC__stream_encoder_finish()1564 encoder->protected_->do_md5 = value; in FLAC__stream_encoder_set_do_md5()2029 return encoder->protected_->do_md5; in FLAC__stream_encoder_get_do_md5()2302 encoder->protected_->do_md5 = true; in set_defaults_()3063 …if(encoder->protected_->do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC… in process_frame_()