Lines Matching refs:comments
201 object->length += object->data.vorbis_comment.comments[i].length; in vorbiscomment_calculate_length_()
304 …if(FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], fiel… in vorbiscomment_find_entry_from_()
572 FLAC__ASSERT(0 == object->data.vorbis_comment.comments); in FLAC__metadata_object_clone()
573 to->data.vorbis_comment.comments = 0; in FLAC__metadata_object_clone()
576 FLAC__ASSERT(0 != object->data.vorbis_comment.comments); in FLAC__metadata_object_clone()
577 …to->data.vorbis_comment.comments = vorbiscomment_entry_array_copy_(object->data.vorbis_comment.com… in FLAC__metadata_object_clone()
578 if(0 == to->data.vorbis_comment.comments) { in FLAC__metadata_object_clone()
656 if(0 != object->data.vorbis_comment.comments) { in FLAC__metadata_object_delete_data()
658 …vorbiscomment_entry_array_delete_(object->data.vorbis_comment.comments, object->data.vorbis_commen… in FLAC__metadata_object_delete_data()
776 if(0 != block1->comments[i].entry && 0 != block2->comments[i].entry) { in compare_block_data_vorbiscomment_()
777 if(0 != memcmp(block1->comments[i].entry, block2->comments[i].entry, block1->comments[i].length)) in compare_block_data_vorbiscomment_()
780 else if(block1->comments[i].entry != block2->comments[i].entry) in compare_block_data_vorbiscomment_()
1165 if(0 == object->data.vorbis_comment.comments) { in FLAC__metadata_object_vorbiscomment_resize_comments()
1169 …else if(0 == (object->data.vorbis_comment.comments = vorbiscomment_entry_array_new_(new_num_commen… in FLAC__metadata_object_vorbiscomment_resize_comments()
1186 if(0 != object->data.vorbis_comment.comments[i].entry) in FLAC__metadata_object_vorbiscomment_resize_comments()
1187 free(object->data.vorbis_comment.comments[i].entry); in FLAC__metadata_object_vorbiscomment_resize_comments()
1191 free(object->data.vorbis_comment.comments); in FLAC__metadata_object_vorbiscomment_resize_comments()
1192 object->data.vorbis_comment.comments = 0; in FLAC__metadata_object_vorbiscomment_resize_comments()
1194 …bject->data.vorbis_comment.comments = (FLAC__StreamMetadata_VorbisComment_Entry*)realloc(object->d… in FLAC__metadata_object_vorbiscomment_resize_comments()
1199 …memset(object->data.vorbis_comment.comments + object->data.vorbis_comment.num_comments, 0, new_siz… in FLAC__metadata_object_vorbiscomment_resize_comments()
1215 …return vorbiscomment_set_entry_(object, &object->data.vorbis_comment.comments[comment_num], &entry… in FLAC__metadata_object_vorbiscomment_set_comment()
1235 …memmove(&vc->comments[comment_num+1], &vc->comments[comment_num], sizeof(FLAC__StreamMetadata_Vorb… in FLAC__metadata_object_vorbiscomment_insert_comment()
1236 vc->comments[comment_num].length = 0; in FLAC__metadata_object_vorbiscomment_insert_comment()
1237 vc->comments[comment_num].entry = 0; in FLAC__metadata_object_vorbiscomment_insert_comment()
1300 if(0 != vc->comments[comment_num].entry) in FLAC__metadata_object_vorbiscomment_delete_comment()
1301 free(vc->comments[comment_num].entry); in FLAC__metadata_object_vorbiscomment_delete_comment()
1304 …memmove(&vc->comments[comment_num], &vc->comments[comment_num+1], sizeof(FLAC__StreamMetadata_Vorb… in FLAC__metadata_object_vorbiscomment_delete_comment()
1305 vc->comments[vc->num_comments-1].length = 0; in FLAC__metadata_object_vorbiscomment_delete_comment()
1306 vc->comments[vc->num_comments-1].entry = 0; in FLAC__metadata_object_vorbiscomment_delete_comment()
1399 …if(FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], fiel… in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1422 …if(FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], fiel… in FLAC__metadata_object_vorbiscomment_remove_entries_matching()