Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dmetadata_object.c112 static FLAC__bool copy_cstring_(char **to, const char *from) in copy_cstring_() function
501 if(!copy_cstring_(&object->data.picture.mime_type, "")) { in FLAC__metadata_object_new()
505 if(!copy_cstring_((char**)(&object->data.picture.description), "")) { in FLAC__metadata_object_new()
601 if(!copy_cstring_(&to->data.picture.mime_type, object->data.picture.mime_type)) { in FLAC__metadata_object_clone()
605 …if(!copy_cstring_((char**)(&to->data.picture.description), (const char*)object->data.picture.descr… in FLAC__metadata_object_clone()