Searched refs:xmlDOMWrapCtxtPtr (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dtree.h551 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/
H A Dtree.c7807 * Returns the xmlDOMWrapCtxtPtr or NULL in case of an internal errror.
7809 xmlDOMWrapCtxtPtr
7812 xmlDOMWrapCtxtPtr ret;
7830 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt)
8017 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc,
8533 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED,
8796 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt,
9161 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt,
9684 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt,
9815 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctx
[all...]

Completed in 49 milliseconds