Searched refs:xmlDOMWrapCtxtPtr (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 590 typedef xmlDOMWrapCtxt *xmlDOMWrapCtxtPtr; typedef 603 typedef xmlNsPtr (*xmlDOMWrapAcquireNsFunction) (xmlDOMWrapCtxtPtr ctxt, 1257 XMLPUBFUN xmlDOMWrapCtxtPtr XMLCALL 1260 xmlDOMWrapFreeCtxt (xmlDOMWrapCtxtPtr ctxt); 1262 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt, 1266 xmlDOMWrapAdoptNode (xmlDOMWrapCtxtPtr ctxt, 1273 xmlDOMWrapRemoveNode (xmlDOMWrapCtxtPtr ctxt, 1278 xmlDOMWrapCloneNode (xmlDOMWrapCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 583 d xmlDOMWrapCtxtPtr... 587 d ds based(xmlDOMWrapCtxtPtr) 1560 d like(xmlDOMWrapCtxtPtr) 1564 d ctxt value like(xmlDOMWrapCtxtPtr) 1569 d ctxt value like(xmlDOMWrapCtxtPtr) 1575 d ctxt value like(xmlDOMWrapCtxtPtr) 1584 d ctxt value like(xmlDOMWrapCtxtPtr) 1591 d ctxt value like(xmlDOMWrapCtxtPtr)
|
/external/libxml2/ |
D | tree.c | 7997 xmlDOMWrapCtxtPtr 8000 xmlDOMWrapCtxtPtr ret; in xmlDOMWrapNewCtxt() 8018 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt) in xmlDOMWrapFreeCtxt() 8207 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, in xmlDOMWrapRemoveNode() 8728 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlDOMWrapReconcileNamespaces() 8991 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptBranch() 9359 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapCloneNode() 9886 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptAttr() 10019 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode()
|
D | testapi.c | 19623 static xmlDOMWrapCtxtPtr gen_xmlDOMWrapCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlDOMWrapCtxtPtr() 19626 static void des_xmlDOMWrapCtxtPtr(int no ATTRIBUTE_UNUSED, xmlDOMWrapCtxtPtr val ATTRIBUTE_UNUSED, … in des_xmlDOMWrapCtxtPtr() 19635 xmlDOMWrapCtxtPtr ctxt; /* the optional context for custom processing */ in test_xmlDOMWrapAdoptNode() 19703 xmlDOMWrapCtxtPtr ctxt; /* the optional context for custom processing */ in test_xmlDOMWrapCloneNode() 19794 xmlDOMWrapCtxtPtr ctxt; /* DOM wrapper context, unused at the moment */ in test_xmlDOMWrapReconcileNamespaces() 19840 xmlDOMWrapCtxtPtr ctxt; /* a DOM wrapper context */ in test_xmlDOMWrapRemoveNode()
|