xmlCopyPropList  2317 third_party/libxml/src/elfgcchack.h #undef xmlCopyPropList
xmlCopyPropList  2318 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
xmlCopyPropList  2320 third_party/libxml/src/elfgcchack.h #ifndef xmlCopyPropList
xmlCopyPropList  2321 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
xmlCopyPropList  2322 third_party/libxml/src/elfgcchack.h #define xmlCopyPropList xmlCopyPropList__internal_alias
xmlCopyPropList   768 third_party/libxml/src/include/libxml/tree.h 		xmlCopyPropList		(xmlNodePtr target,
xmlCopyPropList  19358 third_party/libxml/src/testapi.c         ret_val = xmlCopyPropList(target, cur);
xmlCopyPropList  4203 third_party/libxml/src/tree.c         ret->properties = xmlCopyPropList(ret, node->properties);