Home
last modified time | relevance | path

Searched refs:xmlDOMWrapAdoptNode (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h1207 xmlDOMWrapAdoptNode (xmlDOMWrapCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h1208 xmlDOMWrapAdoptNode (xmlDOMWrapCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src719 xmlDOMWrapAdoptNode
/external/libxml2/
Delfgcchack.h2549 #undef xmlDOMWrapAdoptNode
2550 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode __attribute((alias("xmlDOMWrapAdoptNode__…
2552 #ifndef xmlDOMWrapAdoptNode
2553 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode__internal_alias __attribute((visibility("…
2554 #define xmlDOMWrapAdoptNode xmlDOMWrapAdoptNode__internal_alias macro
Dtree.c9815 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h2549 #undef xmlDOMWrapAdoptNode
2550 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode __attribute((alias("xmlDOMWrapAdoptNode__…
2552 #ifndef xmlDOMWrapAdoptNode
2553 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode__internal_alias __attribute((visibility("…
2554 #define xmlDOMWrapAdoptNode xmlDOMWrapAdoptNode__internal_alias macro
DNEWS368 - bug fix: xmlGetNodePath fix (Kasimier), xmlDOMWrapAdoptNode and
569 xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
Dtree.c9802 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode() function
DChangeLog1904 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1908 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
3896 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
4014 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
Dtestapi.c19473 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); in test_xmlDOMWrapAdoptNode()