• Home
  • Raw
  • Download

Lines Matching refs:FLAC__StreamMetadata_VorbisComment_Entry

128 …atic FLAC__bool copy_vcentry_(FLAC__StreamMetadata_VorbisComment_Entry *to, const FLAC__StreamMeta…  in copy_vcentry_()
207 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_new_(unsigned num_commen… in vorbiscomment_entry_array_new_()
211 return safe_calloc_(num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry)); in vorbiscomment_entry_array_new_()
214 static void vorbiscomment_entry_array_delete_(FLAC__StreamMetadata_VorbisComment_Entry *object_arra… in vorbiscomment_entry_array_delete_()
226 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_copy_(const FLAC__Stream… in vorbiscomment_entry_array_copy_()
228 FLAC__StreamMetadata_VorbisComment_Entry *return_array; in vorbiscomment_entry_array_copy_()
249 …LAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry *dest, const FLAC__StreamMet… in vorbiscomment_set_entry_()
1158 …comment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_set_vendor_string()
1178 …size = object->data.vorbis_comment.num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry); in FLAC__metadata_object_vorbiscomment_resize_comments()
1179 const size_t new_size = new_num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry); in FLAC__metadata_object_vorbiscomment_resize_comments()
1182 if (new_num_comments > UINT32_MAX / sizeof(FLAC__StreamMetadata_VorbisComment_Entry)) in FLAC__metadata_object_vorbiscomment_resize_comments()
1200 FLAC__StreamMetadata_VorbisComment_Entry *oldptr = object->data.vorbis_comment.comments; in FLAC__metadata_object_vorbiscomment_resize_comments()
1219 …ent(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_set_comment()
1229 …ent(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_insert_comment()
1246 …ents[comment_num+1], &vc->comments[comment_num], sizeof(FLAC__StreamMetadata_VorbisComment_Entry)*… in FLAC__metadata_object_vorbiscomment_insert_comment()
1253 …biscomment_append_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_append_comment()
1260 …iscomment_replace_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_replace_comment()
1317 …ents[comment_num], &vc->comments[comment_num+1], sizeof(FLAC__StreamMetadata_VorbisComment_Entry)*… in FLAC__metadata_object_vorbiscomment_delete_comment()
1324 …etadata_object_vorbiscomment_entry_from_name_value_pair(FLAC__StreamMetadata_VorbisComment_Entry *… in FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()
1350 …ata_object_vorbiscomment_entry_to_name_value_pair(const FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()
1381 …FLAC__metadata_object_vorbiscomment_entry_matches(const FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_entry_matches()