Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklangtables.c139 copy_attribute (gchar * dest, guint dest_len, const gchar ** attr_names, in copy_attribute() function
165 copy_attribute (lang.code_1, 3, attr_names, attr_vals, "iso_639_1_code"); in xml_start_element()
166 copy_attribute (lang.code_2t, 4, attr_names, attr_vals, "iso_639_2T_code"); in xml_start_element()
167 copy_attribute (lang.code_2b, 4, attr_names, attr_vals, "iso_639_2B_code"); in xml_start_element()
169 copy_attribute (name, sizeof (name), attr_names, attr_vals, "name"); in xml_start_element()
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h144 void copy_attribute(struct ATTR *pa, const char *buf, int length);
Dntfsrecover.c1174 void copy_attribute(struct ATTR *pa, const char *buf, int length) in copy_attribute() function
1235 copy_attribute(pa, buf, length); in refresh_attributes()
1253 copy_attribute(pa, buf + i, step); in refresh_attributes()
1752 copy_attribute(pa, buf, length); in fixup()
1794 copy_attribute(pa, &buf[i], step); in fixup()
Dplaylog.c2393 copy_attribute(pa, data, length); in redo_open_attribute()