Searched refs:do_md5 (Results 1 – 4 of 4) sorted by relevance
526 int do_md5 = 0, progress = 0; in main_loop() local623 do_md5 = 1; in main_loop()704 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()734 if (do_md5) in main_loop()951 if (!output_bit_depth && single_file && !do_md5) { in main_loop()993 if (do_md5) { in main_loop()1002 if (do_md5) { in main_loop()1029 if (do_md5) { in main_loop()1037 if (do_md5) { in main_loop()1072 if (do_md5) { in main_loop()
439 int do_md5 = 0, progress = 0; in main_loop() local542 do_md5 = 1; in main_loop()605 if (!outfile_pattern && isatty(STDOUT_FILENO) && !do_md5 && !noblit) { in main_loop()640 if (do_md5) in main_loop()882 if (do_md5) { in main_loop()891 if (do_md5) { in main_loop()920 if (do_md5) { in main_loop()929 if (do_md5) { in main_loop()973 if (do_md5) { in main_loop()
90 FLAC__bool do_md5; member
1180 if(encoder->protected_->do_md5) in init_stream_internal_()1458 if(encoder->protected_->do_md5) in FLAC__stream_encoder_finish()1554 encoder->protected_->do_md5 = value; in FLAC__stream_encoder_set_do_md5()2020 return encoder->protected_->do_md5; in FLAC__stream_encoder_get_do_md5()2297 encoder->protected_->do_md5 = true; in set_defaults_()3056 …if(encoder->protected_->do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC… in process_frame_()