Home
last modified time | relevance | path

Searched refs:xmlCopyNamespaceList (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h961 xmlCopyNamespaceList (xmlNsPtr cur);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h962 xmlCopyNamespaceList (xmlNsPtr cur);
/external/libxml2/
Dtree.c3911 xmlCopyNamespaceList(xmlNsPtr cur) { in xmlCopyNamespaceList() function
4111 return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node)); in xmlStaticCopyNode()
4186 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()
4475 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
Delfgcchack.h2265 #undef xmlCopyNamespaceList
2266 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceLis…
2268 #ifndef xmlCopyNamespaceList
2269 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility…
2270 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias macro
/external/chromium_org/third_party/libxml/src/
Dtree.c3898 xmlCopyNamespaceList(xmlNsPtr cur) { in xmlCopyNamespaceList() function
4098 return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node)); in xmlStaticCopyNode()
4173 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()
4462 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
Delfgcchack.h2265 #undef xmlCopyNamespaceList
2266 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceLis…
2268 #ifndef xmlCopyNamespaceList
2269 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility…
2270 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias macro
Dtestapi.c19211 ret_val = xmlCopyNamespaceList(cur); in test_xmlCopyNamespaceList()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src691 xmlCopyNamespaceList