Home
last modified time | relevance | path

Searched refs:xmlNs (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h348 typedef struct _xmlNs xmlNs; typedef
349 typedef xmlNs *xmlNsPtr;
405 xmlNs *ns; /* pointer to the associated namespace */
462 xmlNs *ns; /* pointer to the associated namespace */
465 xmlNs *nsDef; /* namespace definitions on this node */
/external/libxml2/
Dc14n.c253 xmlNs ns; in xmlC14NIsNodeInNodeset()
648 static xmlNs ns_default; in xmlC14NProcessNamespacesAxis()
815 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis()
824 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis()
Dtree.c729 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlNewNs()
734 memset(cur, 0, sizeof(xmlNs)); in xmlNewNs()
5796 ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlTreeEnsureXMLDecl()
5802 memset(ns, 0, sizeof(xmlNs)); in xmlTreeEnsureXMLDecl()
5842 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlSearchNs()
5847 memset(cur, 0, sizeof(xmlNs)); in xmlSearchNs()
5975 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlSearchNsByHref()
5980 memset(cur, 0, sizeof(xmlNs)); in xmlSearchNsByHref()
9327 cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlDOMWrapCloneNode()
9333 memset(cloneNs, 0, sizeof(xmlNs)); in xmlDOMWrapCloneNode()
Dxpath.c196 static xmlNs xmlXPathXMLNamespaceStruct = {
3334 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlXPathNodeSetDupNs()
3339 memset(cur, 0, sizeof(xmlNs)); in xmlXPathNodeSetDupNs()
Drelaxng.c3750 xmlNs ns; in xmlRelaxNGCompareNameClasses()