Home
last modified time | relevance | path

Searched refs:copy_vcentry_ (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dmetadata_object.c128 static FLAC__bool copy_vcentry_(FLAC__StreamMetadata_VorbisComment_Entry *to, const FLAC__StreamMet… in copy_vcentry_() function
239 if (!copy_vcentry_(return_array+i, object_array+i)) { in vorbiscomment_entry_array_copy_()
264 if (!copy_vcentry_(dest, src)) in vorbiscomment_set_entry_()
563 …if (!copy_vcentry_(&to->data.vorbis_comment.vendor_string, &object->data.vorbis_comment.vendor_str… in FLAC__metadata_object_clone()