Searched refs:xmlDOMWrapCtxtPtr (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 551 typedef xmlDOMWrapCtxt *xmlDOMWrapCtxtPtr; typedef 564 typedef xmlNsPtr (*xmlDOMWrapAcquireNsFunction) (xmlDOMWrapCtxtPtr ctxt, 1198 XMLPUBFUN xmlDOMWrapCtxtPtr XMLCALL 1201 xmlDOMWrapFreeCtxt (xmlDOMWrapCtxtPtr ctxt); 1203 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt, 1207 xmlDOMWrapAdoptNode (xmlDOMWrapCtxtPtr ctxt, 1214 xmlDOMWrapRemoveNode (xmlDOMWrapCtxtPtr ctxt, 1219 xmlDOMWrapCloneNode (xmlDOMWrapCtxtPtr ctxt,
|
/external/libxml2/ |
D | tree.c | 7809 xmlDOMWrapCtxtPtr 7812 xmlDOMWrapCtxtPtr ret; in xmlDOMWrapNewCtxt() 7830 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt) in xmlDOMWrapFreeCtxt() 8017 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, in xmlDOMWrapRemoveNode() 8533 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlDOMWrapReconcileNamespaces() 8796 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptBranch() 9161 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapCloneNode() 9684 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptAttr() 9815 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode()
|