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

/external/libxml2/include/libxml/
H A Dtree.h61 * 1) xmlNs gets an additional field @context (a xmlDoc)
62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
339 * xmlNs:
348 typedef struct _xmlNs xmlNs; typedef in typeref:struct:_xmlNs
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 */
560 * A function called to acquire namespaces (xmlNs) from the wrapper.
/external/libxml2/
H A Dc14n.c253 xmlNs ns;
648 static xmlNs ns_default;
815 static xmlNs ns_default;
824 static xmlNs ns_default;
H A Dtree.c729 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
734 memset(cur, 0, sizeof(xmlNs));
5796 ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
5802 memset(ns, 0, sizeof(xmlNs));
5842 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
5847 memset(cur, 0, sizeof(xmlNs));
5975 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
5980 memset(cur, 0, sizeof(xmlNs));
7735 * Creates or reuses an xmlNs struct on doc->oldNs with
9325 * Create a new xmlNs
[all...]
H A Dxpath.c196 static xmlNs xmlXPathXMLNamespaceStruct = {
3334 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
3339 memset(cur, 0, sizeof(xmlNs));
H A Drelaxng.c3750 xmlNs ns;

Completed in 336 milliseconds