Home
last modified time | relevance | path

Searched refs:xmlCopyPropList (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h767 xmlCopyPropList (xmlNodePtr target,
/external/libxml2/
Delfgcchack.h2317 #undef xmlCopyPropList
2318 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_ali…
2320 #ifndef xmlCopyPropList
2321 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")…
2322 #define xmlCopyPropList xmlCopyPropList__internal_alias macro
Dtree.c4051 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropList() function
4216 ret->properties = xmlCopyPropList(ret, node->properties); in xmlStaticCopyNode()