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 | 591 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/ |
D | tree.c | 8008 xmlDOMWrapCtxtPtr 8011 xmlDOMWrapCtxtPtr ret; in xmlDOMWrapNewCtxt() 8029 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt) in xmlDOMWrapFreeCtxt() 8218 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, in xmlDOMWrapRemoveNode() 8739 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlDOMWrapReconcileNamespaces() 9002 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptBranch() 9370 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapCloneNode() 9897 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptAttr() 10030 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, in xmlDOMWrapAdoptNode()
|
D | testapi.c | 19743 static xmlDOMWrapCtxtPtr gen_xmlDOMWrapCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlDOMWrapCtxtPtr() 19746 static void des_xmlDOMWrapCtxtPtr(int no ATTRIBUTE_UNUSED, xmlDOMWrapCtxtPtr val ATTRIBUTE_UNUSED, … in des_xmlDOMWrapCtxtPtr() 19755 xmlDOMWrapCtxtPtr ctxt; /* the optional context for custom processing */ in test_xmlDOMWrapAdoptNode() 19823 xmlDOMWrapCtxtPtr ctxt; /* the optional context for custom processing */ in test_xmlDOMWrapCloneNode() 19914 xmlDOMWrapCtxtPtr ctxt; /* DOM wrapper context, unused at the moment */ in test_xmlDOMWrapReconcileNamespaces() 19960 xmlDOMWrapCtxtPtr ctxt; /* a DOM wrapper context */ in test_xmlDOMWrapRemoveNode()
|