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 | 7779 xmlDOMWrapCtxtPtr 7782 xmlDOMWrapCtxtPtr ret; in xmlDOMWrapNewCtxt() 7800 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt) in xmlDOMWrapFreeCtxt() 7987 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, in xmlDOMWrapRemoveNode() 8503 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlDOMWrapReconcileNamespaces() 8766 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptBranch() 9131 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapCloneNode() 9654 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptAttr() 9785 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode()
|