Searched refs:xmlCopyPropList (Results 1 – 3 of 3) sorted by relevance
767 xmlCopyPropList (xmlNodePtr target,
2317 #undef xmlCopyPropList2318 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_ali…2320 #ifndef xmlCopyPropList2321 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")…2322 #define xmlCopyPropList xmlCopyPropList__internal_alias macro
4051 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropList() function4216 ret->properties = xmlCopyPropList(ret, node->properties); in xmlStaticCopyNode()