xmlCopyProp      2307 third_party/libxml/src/elfgcchack.h #undef xmlCopyProp
xmlCopyProp      2308 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
xmlCopyProp      2310 third_party/libxml/src/elfgcchack.h #ifndef xmlCopyProp
xmlCopyProp      2311 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
xmlCopyProp      2312 third_party/libxml/src/elfgcchack.h #define xmlCopyProp xmlCopyProp__internal_alias
xmlCopyProp       765 third_party/libxml/src/include/libxml/tree.h 		xmlCopyProp		(xmlNodePtr target,
xmlCopyProp      19319 third_party/libxml/src/testapi.c         ret_val = xmlCopyProp(target, cur);
xmlCopyProp      4043 third_party/libxml/src/tree.c         q = xmlCopyProp(target, cur);