Searched refs:copy_bytes_ (Results 1 – 1 of 1) sorted by relevance
/external/flac/libFLAC/ |
D | metadata_object.c | 59 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes) in copy_bytes_() function 83 if(copy_bytes_(©, from, bytes)) { 468 …if(!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR_… in FLAC__metadata_object_new() 546 …if(!copy_bytes_(&to->data.application.data, object->data.application.data, object->length - FLAC__… in FLAC__metadata_object_clone() 557 …if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.po… in FLAC__metadata_object_clone() 614 …if(!copy_bytes_((&to->data.picture.data), object->data.picture.data, object->data.picture.data_len… in FLAC__metadata_object_clone() 620 if(!copy_bytes_(&to->data.unknown.data, object->data.unknown.data, object->length)) { in FLAC__metadata_object_clone() 915 if(!copy_bytes_(&object->data.application.data, data, length)) in FLAC__metadata_object_application_set_data() 1738 …if(!copy_bytes_((FLAC__byte**)(&object->data.picture.mime_type), (FLAC__byte*)mime_type, new_lengt… in FLAC__metadata_object_picture_set_mime_type() 1770 if(!copy_bytes_(&object->data.picture.description, description, new_length+1)) in FLAC__metadata_object_picture_set_description() [all …]
|