Searched refs:xmlCopyNamespaceList (Results 1 – 8 of 8) sorted by relevance
961 xmlCopyNamespaceList (xmlNsPtr cur);
962 xmlCopyNamespaceList (xmlNsPtr cur);
3911 xmlCopyNamespaceList(xmlNsPtr cur) { in xmlCopyNamespaceList() function4111 return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node)); in xmlStaticCopyNode()4186 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()4475 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
2265 #undef xmlCopyNamespaceList2266 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceLis…2268 #ifndef xmlCopyNamespaceList2269 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility…2270 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias macro
3898 xmlCopyNamespaceList(xmlNsPtr cur) { in xmlCopyNamespaceList() function4098 return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node)); in xmlStaticCopyNode()4173 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()4462 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
19211 ret_val = xmlCopyNamespaceList(cur); in test_xmlCopyNamespaceList()
691 xmlCopyNamespaceList