Searched refs:FLAC__metadata_object_vorbiscomment_resize_comments (Results 1 – 6 of 6) sorted by relevance
301 if(!FLAC__metadata_object_vorbiscomment_resize_comments(tags, 0)) in FLAC_plugin__tags_delete_all()
134 if(!FLAC__metadata_object_vorbiscomment_resize_comments(block, 0)) { in remove_vc_all()
1606 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_resize_comments(FLAC__StreamMetadata *objec…
1021 …if(!FLAC__metadata_object_vorbiscomment_resize_comments(block, vorbiscomment->data.vorbis_comment.… in test_metadata_object()1031 …if(!FLAC__metadata_object_vorbiscomment_resize_comments(block, vorbiscomment->data.vorbis_comment.… in test_metadata_object()1041 …if(!FLAC__metadata_object_vorbiscomment_resize_comments(block, vorbiscomment->data.vorbis_comment.… in test_metadata_object()1071 …if(!FLAC__metadata_object_vorbiscomment_resize_comments(block, vorbiscomment->data.vorbis_comment.… in test_metadata_object()
1165 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_resize_comments(FLAC__StreamMetadata *objec… in FLAC__metadata_object_vorbiscomment_resize_comments() function1242 if (!FLAC__metadata_object_vorbiscomment_resize_comments(object, vc->num_comments+1)) in FLAC__metadata_object_vorbiscomment_insert_comment()1321 return FLAC__metadata_object_vorbiscomment_resize_comments(object, vc->num_comments-1); in FLAC__metadata_object_vorbiscomment_delete_comment()
905 …return static_cast<bool>(::FLAC__metadata_object_vorbiscomment_resize_comments(object_, new_num_co… in resize_comments()