Searched refs:FLAC__metadata_iterator_next (Results 1 – 11 of 11) sorted by relevance
52 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__picture()82 } while(FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__picture()95 } while(FLAC__metadata_iterator_next(iterator) && 0 == picture); in do_shorthand_operation__picture()
64 } while(FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__cuesheet()82 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__cuesheet()
195 } while(ok && FLAC__metadata_iterator_next(iterator)); in do_major_operation__list()221 while(ok && FLAC__metadata_iterator_next(iterator)) { in do_major_operation__remove()226 ok &= FLAC__metadata_iterator_next(iterator); in do_major_operation__remove()245 while(ok && FLAC__metadata_iterator_next(iterator)) { in do_major_operation__remove_all()248 ok &= FLAC__metadata_iterator_next(iterator); in do_major_operation__remove_all()500 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__add_padding()
57 } while(!found_vc_block && FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__vorbis_comment()65 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__vorbis_comment()
54 } while(!found_seektable_block && FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__add_seekpoints()
429 next_ok = FLAC__metadata_iterator_next(iterator); in compare_chain_()1508 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1513 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1718 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1756 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1761 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1766 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1835 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1840 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()1857 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()[all …]
450 } while(!found_vc_block && FLAC__metadata_iterator_next(iterator)); in store_to_file_pre_()460 while(FLAC__metadata_iterator_next(iterator)) in store_to_file_pre_()
247 } while(!got_vorbis_comments && FLAC__metadata_iterator_next(iterator)); in FLAC_plugin__tags_set()
1124 FLAC_API FLAC__bool FLAC__metadata_iterator_next(FLAC__Metadata_Iterator *iterator);
1678 return static_cast<bool>(::FLAC__metadata_iterator_next(iterator_)); in next()
1920 FLAC_API FLAC__bool FLAC__metadata_iterator_next(FLAC__Metadata_Iterator *iterator) in FLAC__metadata_iterator_next() function