Home
last modified time | relevance | path

Searched refs:xmlDOMWrapCtxtPtr (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h590 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/
Dtree.rpgle591 d xmlDOMWrapCtxtPtr...
595 d ds based(xmlDOMWrapCtxtPtr)
1603 d like(xmlDOMWrapCtxtPtr)
1607 d ctxt value like(xmlDOMWrapCtxtPtr)
1613 d ctxt value like(xmlDOMWrapCtxtPtr)
1620 d ctxt value like(xmlDOMWrapCtxtPtr)
1630 d ctxt value like(xmlDOMWrapCtxtPtr)
1638 d ctxt value like(xmlDOMWrapCtxtPtr)
/external/libxml2/
Dtree.c7998 xmlDOMWrapCtxtPtr
8001 xmlDOMWrapCtxtPtr ret; in xmlDOMWrapNewCtxt()
8019 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt) in xmlDOMWrapFreeCtxt()
8208 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, in xmlDOMWrapRemoveNode()
8729 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlDOMWrapReconcileNamespaces()
8992 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptBranch()
9360 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapCloneNode()
9887 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptAttr()
10020 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode()
Dtestapi.c19623 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()