Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dmetadata_object.c115 static FLAC__bool copy_cstring_(char **to, const char *from) in copy_cstring_() function
498 if (!copy_cstring_(&object->data.picture.mime_type, "")) { in FLAC__metadata_object_new()
502 if (!copy_cstring_((char**)(&object->data.picture.description), "")) { in FLAC__metadata_object_new()
596 if (!copy_cstring_(&to->data.picture.mime_type, object->data.picture.mime_type)) { in FLAC__metadata_object_clone()
600 …if (!copy_cstring_((char**)(&to->data.picture.description), (const char*)object->data.picture.desc… in FLAC__metadata_object_clone()