xmlListCopy      4839 third_party/libxml/src/elfgcchack.h #undef xmlListCopy
xmlListCopy      4840 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
xmlListCopy      4842 third_party/libxml/src/elfgcchack.h #ifndef xmlListCopy
xmlListCopy      4843 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
xmlListCopy      4844 third_party/libxml/src/elfgcchack.h #define xmlListCopy xmlListCopy__internal_alias
xmlListCopy       124 third_party/libxml/src/include/libxml/list.h 		xmlListCopy		(xmlListPtr cur,
xmlListCopy       719 third_party/libxml/src/list.c     xmlListCopy(l1, l2);
xmlListCopy       746 third_party/libxml/src/list.c     if (0 != xmlListCopy(cur, old))
xmlListCopy      10803 third_party/libxml/src/testapi.c         ret_val = xmlListCopy(cur, (const xmlListPtr)old);