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

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

Completed in 83 milliseconds