xmlNsPtr 624 third_party/libxml/src/HTMLtree.c void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur); xmlNsPtr 1073 third_party/libxml/src/SAX2.c xmlNsPtr namespace; xmlNsPtr 1142 third_party/libxml/src/SAX2.c xmlNsPtr nsret; xmlNsPtr 1196 third_party/libxml/src/SAX2.c xmlNsPtr nsret; xmlNsPtr 1554 third_party/libxml/src/SAX2.c xmlNsPtr ns; xmlNsPtr 1930 third_party/libxml/src/SAX2.c xmlNsPtr namespace = NULL; xmlNsPtr 2164 third_party/libxml/src/SAX2.c xmlNsPtr last = NULL, ns; xmlNsPtr 47 third_party/libxml/src/c14n.c xmlNsPtr *nsTab; /* array of ns in no particular order */ xmlNsPtr 77 third_party/libxml/src/c14n.c xmlNsPtr ns, xmlNsPtr 85 third_party/libxml/src/c14n.c xmlNsPtr ns); xmlNsPtr 87 third_party/libxml/src/c14n.c xmlNsPtr ns, xmlNsPtr 264 third_party/libxml/src/c14n.c ns.next = (xmlNsPtr)parent->parent; xmlNsPtr 266 third_party/libxml/src/c14n.c ns.next = (xmlNsPtr)parent; xmlNsPtr 299 third_party/libxml/src/c14n.c memset(cur->nsTab, 0, cur->nsMax * sizeof(xmlNsPtr)); xmlNsPtr 312 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) { xmlNsPtr 321 third_party/libxml/src/c14n.c cur->nsTab = (xmlNsPtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNsPtr)); xmlNsPtr 327 third_party/libxml/src/c14n.c memset(cur->nsTab, 0 , XML_NAMESPACES_DEFAULT * sizeof(xmlNsPtr)); xmlNsPtr 335 third_party/libxml/src/c14n.c tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr)); xmlNsPtr 340 third_party/libxml/src/c14n.c cur->nsTab = (xmlNsPtr*)tmp; xmlNsPtr 411 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns) xmlNsPtr 434 third_party/libxml/src/c14n.c xmlNsPtr ns1 = cur->nsTab[i]; xmlNsPtr 445 third_party/libxml/src/c14n.c xmlExcC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlC14NCtxPtr ctx) { xmlNsPtr 467 third_party/libxml/src/c14n.c xmlNsPtr ns1 = cur->nsTab[i]; xmlNsPtr 496 third_party/libxml/src/c14n.c xmlC14NIsXmlNs(xmlNsPtr ns) xmlNsPtr 514 third_party/libxml/src/c14n.c xmlC14NNsCompare(xmlNsPtr ns1, xmlNsPtr ns2) xmlNsPtr 537 third_party/libxml/src/c14n.c xmlC14NPrintNamespaces(const xmlNsPtr ns, xmlC14NCtxPtr ctx) xmlNsPtr 602 third_party/libxml/src/c14n.c xmlNsPtr ns, tmp; xmlNsPtr 706 third_party/libxml/src/c14n.c xmlNsPtr ns; xmlNsPtr 1353 third_party/libxml/src/c14n.c xmlNsPtr ns; xmlNsPtr 536 third_party/libxml/src/catalog.c xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) { xmlNsPtr 566 third_party/libxml/src/catalog.c xmlNsPtr xns; xmlNsPtr 656 third_party/libxml/src/catalog.c xmlNsPtr ns; xmlNsPtr 93 third_party/libxml/src/debugXML.c xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) xmlNsPtr 95 third_party/libxml/src/debugXML.c xmlNsPtr cur; xmlNsPtr 130 third_party/libxml/src/debugXML.c xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs; xmlNsPtr 197 third_party/libxml/src/debugXML.c xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) xmlNsPtr 338 third_party/libxml/src/debugXML.c xmlNsPtr ns; xmlNsPtr 715 third_party/libxml/src/debugXML.c xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) xmlNsPtr 752 third_party/libxml/src/debugXML.c xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) xmlNsPtr 995 third_party/libxml/src/debugXML.c xmlCtxtDumpNamespace(ctxt, (xmlNsPtr) node); xmlNsPtr 1765 third_party/libxml/src/debugXML.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 2162 third_party/libxml/src/debugXML.c xmlNsPtr ns; xmlNsPtr 136 third_party/libxml/src/include/libxml/SAX.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 565 third_party/libxml/src/include/libxml/tree.h typedef xmlNsPtr (*xmlDOMWrapAcquireNsFunction) (xmlDOMWrapCtxtPtr ctxt, xmlNsPtr 722 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 727 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 732 third_party/libxml/src/include/libxml/tree.h xmlFreeNs (xmlNsPtr cur); xmlNsPtr 734 third_party/libxml/src/include/libxml/tree.h xmlFreeNsList (xmlNsPtr cur); xmlNsPtr 752 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 757 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 784 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 789 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 793 third_party/libxml/src/include/libxml/tree.h xmlNewNode (xmlNsPtr ns, xmlNsPtr 796 third_party/libxml/src/include/libxml/tree.h xmlNewNodeEatName (xmlNsPtr ns, xmlNsPtr 801 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 854 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 859 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 942 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 946 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 951 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr * XMLCALL xmlNsPtr 958 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns); xmlNsPtr 959 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 960 third_party/libxml/src/include/libxml/tree.h xmlCopyNamespace (xmlNsPtr cur); xmlNsPtr 961 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlNsPtr XMLCALL xmlNsPtr 962 third_party/libxml/src/include/libxml/tree.h xmlCopyNamespaceList (xmlNsPtr cur); xmlNsPtr 974 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 1062 third_party/libxml/src/include/libxml/tree.h xmlNsPtr ns, xmlNsPtr 372 third_party/libxml/src/include/libxml/valid.h xmlNsPtr ns, xmlNsPtr 307 third_party/libxml/src/include/libxml/xpath.h xmlNsPtr *namespaces; /* Array of namespaces */ xmlNsPtr 337 third_party/libxml/src/include/libxml/xpath.h xmlNsPtr *tmpNsList; /* Array of namespaces */ xmlNsPtr 510 third_party/libxml/src/include/libxml/xpathInternals.h xmlNsPtr ns); xmlNsPtr 623 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns); xmlNsPtr 678 third_party/libxml/src/legacy.c xmlNsPtr xmlNsPtr 1266 third_party/libxml/src/legacy.c xmlNsPtr xmlNsPtr 13103 third_party/libxml/src/parser.c xmlNsPtr ns = cur->nsDef; xmlNsPtr 7250 third_party/libxml/src/relaxng.c xmlNsPtr ns; xmlNsPtr 7355 third_party/libxml/src/relaxng.c xmlNsPtr parDef = (xmlNsPtr)&cur->parent->nsDef; xmlNsPtr 3482 third_party/libxml/src/runtest.c xmlNsPtr ns; xmlNsPtr 3559 third_party/libxml/src/runtest.c xmlNsPtr ns; xmlNsPtr 239 third_party/libxml/src/testC14N.c xmlNsPtr ns; xmlNsPtr 41 third_party/libxml/src/testapi.c static xmlNsPtr api_ns = NULL; xmlNsPtr 92 third_party/libxml/src/testapi.c static xmlNsPtr xmlNsPtr 560 third_party/libxml/src/testapi.c static xmlNsPtr gen_xmlNsPtr(int no, int nr ATTRIBUTE_UNUSED) { xmlNsPtr 564 third_party/libxml/src/testapi.c static void des_xmlNsPtr(int no, xmlNsPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { xmlNsPtr 826 third_party/libxml/src/testapi.c static void desret_xmlNsPtr(xmlNsPtr val ATTRIBUTE_UNUSED) { xmlNsPtr 19170 third_party/libxml/src/testapi.c xmlNsPtr ret_val; xmlNsPtr 19171 third_party/libxml/src/testapi.c xmlNsPtr cur; /* the namespace */ xmlNsPtr 19203 third_party/libxml/src/testapi.c xmlNsPtr ret_val; xmlNsPtr 19204 third_party/libxml/src/testapi.c xmlNsPtr cur; /* the first namespace */ xmlNsPtr 20869 third_party/libxml/src/testapi.c xmlNsPtr ns; /* a namespace if any */ xmlNsPtr 21061 third_party/libxml/src/testapi.c xmlNsPtr ns; /* namespace if any */ xmlNsPtr 21114 third_party/libxml/src/testapi.c xmlNsPtr ns; /* namespace if any */ xmlNsPtr 21261 third_party/libxml/src/testapi.c xmlNsPtr ns; /* namespace if any */ xmlNsPtr 21452 third_party/libxml/src/testapi.c xmlNsPtr ns; /* namespace if any */ xmlNsPtr 21491 third_party/libxml/src/testapi.c xmlNsPtr ns; /* namespace if any */ xmlNsPtr 21529 third_party/libxml/src/testapi.c xmlNsPtr ret_val; xmlNsPtr 21579 third_party/libxml/src/testapi.c xmlNsPtr ns; /* the namespace */ xmlNsPtr 21632 third_party/libxml/src/testapi.c xmlNsPtr ns; /* the namespace */ xmlNsPtr 21847 third_party/libxml/src/testapi.c xmlNsPtr ns; /* a namespace if any */ xmlNsPtr 23176 third_party/libxml/src/testapi.c xmlNsPtr ret_val; xmlNsPtr 23222 third_party/libxml/src/testapi.c xmlNsPtr ret_val; xmlNsPtr 23367 third_party/libxml/src/testapi.c xmlNsPtr ns; /* a namespace pointer */ xmlNsPtr 23406 third_party/libxml/src/testapi.c xmlNsPtr ns; /* the namespace definition */ xmlNsPtr 23760 third_party/libxml/src/testapi.c xmlNsPtr ns; /* the namespace definition */ xmlNsPtr 26802 third_party/libxml/src/testapi.c xmlNsPtr ns; /* an namespace declaration instance */ xmlNsPtr 48808 third_party/libxml/src/testapi.c xmlNsPtr ns; /* a the namespace node */ xmlNsPtr 52 third_party/libxml/src/tree.c static xmlNsPtr xmlNsPtr 53 third_party/libxml/src/tree.c xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns); xmlNsPtr 717 third_party/libxml/src/tree.c xmlNsPtr xmlNsPtr 719 third_party/libxml/src/tree.c xmlNsPtr cur; xmlNsPtr 730 third_party/libxml/src/tree.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 751 third_party/libxml/src/tree.c xmlNsPtr prev = node->nsDef; xmlNsPtr 780 third_party/libxml/src/tree.c xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { xmlNsPtr 798 third_party/libxml/src/tree.c xmlFreeNs(xmlNsPtr cur) { xmlNsPtr 818 third_party/libxml/src/tree.c xmlFreeNsList(xmlNsPtr cur) { xmlNsPtr 819 third_party/libxml/src/tree.c xmlNsPtr next; xmlNsPtr 1781 third_party/libxml/src/tree.c xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, xmlNsPtr 1908 third_party/libxml/src/tree.c xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, xmlNsPtr 1933 third_party/libxml/src/tree.c xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, xmlNsPtr 2169 third_party/libxml/src/tree.c xmlNewNode(xmlNsPtr ns, const xmlChar *name) { xmlNsPtr 2211 third_party/libxml/src/tree.c xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) { xmlNsPtr 2259 third_party/libxml/src/tree.c xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, xmlNsPtr 2296 third_party/libxml/src/tree.c xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlNsPtr 2330 third_party/libxml/src/tree.c xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, xmlNsPtr 2428 third_party/libxml/src/tree.c xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, xmlNsPtr 2808 third_party/libxml/src/tree.c xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, xmlNsPtr 3591 third_party/libxml/src/tree.c xmlFreeNsList((xmlNsPtr) cur); xmlNsPtr 3666 third_party/libxml/src/tree.c xmlFreeNs((xmlNsPtr) cur); xmlNsPtr 3870 third_party/libxml/src/tree.c xmlNsPtr xmlNsPtr 3871 third_party/libxml/src/tree.c xmlCopyNamespace(xmlNsPtr cur) { xmlNsPtr 3872 third_party/libxml/src/tree.c xmlNsPtr ret; xmlNsPtr 3897 third_party/libxml/src/tree.c xmlNsPtr xmlNsPtr 3898 third_party/libxml/src/tree.c xmlCopyNamespaceList(xmlNsPtr cur) { xmlNsPtr 3899 third_party/libxml/src/tree.c xmlNsPtr ret = NULL; xmlNsPtr 3900 third_party/libxml/src/tree.c xmlNsPtr p = NULL,q; xmlNsPtr 3937 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 4098 third_party/libxml/src/tree.c return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node)); xmlNsPtr 4176 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 4843 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 4915 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 5060 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 5335 third_party/libxml/src/tree.c xmlBufferCat(buffer, ((xmlNsPtr) cur)->href); xmlNsPtr 5432 third_party/libxml/src/tree.c tmp = xmlStrdup(((xmlNsPtr) cur)->href); xmlNsPtr 5738 third_party/libxml/src/tree.c xmlNsPtr * xmlNsPtr 5741 third_party/libxml/src/tree.c xmlNsPtr cur; xmlNsPtr 5742 third_party/libxml/src/tree.c xmlNsPtr *ret = NULL; xmlNsPtr 5753 third_party/libxml/src/tree.c (xmlNsPtr *) xmlMalloc((maxns + 1) * xmlNsPtr 5754 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 5769 third_party/libxml/src/tree.c ret = (xmlNsPtr *) xmlRealloc(ret, xmlNsPtr 5772 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 5799 third_party/libxml/src/tree.c static xmlNsPtr xmlNsPtr 5807 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 5808 third_party/libxml/src/tree.c ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 5839 third_party/libxml/src/tree.c xmlNsPtr xmlNsPtr 5842 third_party/libxml/src/tree.c xmlNsPtr cur; xmlNsPtr 5854 third_party/libxml/src/tree.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 5931 third_party/libxml/src/tree.c xmlNsPtr tst; xmlNsPtr 5968 third_party/libxml/src/tree.c xmlNsPtr xmlNsPtr 5971 third_party/libxml/src/tree.c xmlNsPtr cur; xmlNsPtr 5987 third_party/libxml/src/tree.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 6060 third_party/libxml/src/tree.c static xmlNsPtr xmlNsPtr 6061 third_party/libxml/src/tree.c xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) { xmlNsPtr 6062 third_party/libxml/src/tree.c xmlNsPtr def; xmlNsPtr 6131 third_party/libxml/src/tree.c xmlNsPtr *oldNs = NULL; xmlNsPtr 6132 third_party/libxml/src/tree.c xmlNsPtr *newNs = NULL; xmlNsPtr 6136 third_party/libxml/src/tree.c xmlNsPtr n; xmlNsPtr 6154 third_party/libxml/src/tree.c oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * xmlNsPtr 6155 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 6160 third_party/libxml/src/tree.c newNs = (xmlNsPtr *) xmlMalloc(sizeCache * xmlNsPtr 6161 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 6185 third_party/libxml/src/tree.c oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * xmlNsPtr 6186 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 6192 third_party/libxml/src/tree.c newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * xmlNsPtr 6193 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 6218 third_party/libxml/src/tree.c oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * xmlNsPtr 6219 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 6224 third_party/libxml/src/tree.c newNs = (xmlNsPtr *) xmlMalloc(sizeCache * xmlNsPtr 6225 third_party/libxml/src/tree.c sizeof(xmlNsPtr)); xmlNsPtr 6249 third_party/libxml/src/tree.c oldNs = (xmlNsPtr *) xmlRealloc(oldNs, xmlNsPtr 6250 third_party/libxml/src/tree.c sizeCache * sizeof(xmlNsPtr)); xmlNsPtr 6256 third_party/libxml/src/tree.c newNs = (xmlNsPtr *) xmlRealloc(newNs, xmlNsPtr 6257 third_party/libxml/src/tree.c sizeCache * sizeof(xmlNsPtr)); xmlNsPtr 6383 third_party/libxml/src/tree.c xmlNsPtr *nsList, *cur; xmlNsPtr 6640 third_party/libxml/src/tree.c xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) { xmlNsPtr 6680 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 6704 third_party/libxml/src/tree.c xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, xmlNsPtr 7598 third_party/libxml/src/tree.c xmlNsPtr oldNs; /* old ns decl reference */ xmlNsPtr 7599 third_party/libxml/src/tree.c xmlNsPtr newNs; /* new ns decl reference */ xmlNsPtr 7670 third_party/libxml/src/tree.c xmlNsPtr oldNs, xmlNsPtr newNs, int depth) xmlNsPtr 7755 third_party/libxml/src/tree.c static xmlNsPtr xmlNsPtr 7760 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 7839 third_party/libxml/src/tree.c static xmlNsPtr xmlNsPtr 7840 third_party/libxml/src/tree.c xmlTreeNSListLookupByPrefix(xmlNsPtr nsList, const xmlChar *prefix) xmlNsPtr 7845 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 7873 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 7960 third_party/libxml/src/tree.c xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number, xmlNsPtr 7961 third_party/libxml/src/tree.c xmlNsPtr oldNs, xmlNsPtr newNs) xmlNsPtr 7964 third_party/libxml/src/tree.c *list = (xmlNsPtr *) xmlMalloc(6 * sizeof(xmlNsPtr)); xmlNsPtr 7973 third_party/libxml/src/tree.c *list = (xmlNsPtr *) xmlRealloc(*list, xmlNsPtr 7974 third_party/libxml/src/tree.c (*size) * 2 * sizeof(xmlNsPtr)); xmlNsPtr 8007 third_party/libxml/src/tree.c xmlNsPtr *list = NULL; xmlNsPtr 8009 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 8139 third_party/libxml/src/tree.c xmlNsPtr *retNs, int prefixed) xmlNsPtr 8142 third_party/libxml/src/tree.c xmlNsPtr ns, prevns; xmlNsPtr 8239 third_party/libxml/src/tree.c xmlNsPtr *retNs) xmlNsPtr 8242 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 8301 third_party/libxml/src/tree.c static xmlNsPtr xmlNsPtr 8309 third_party/libxml/src/tree.c xmlNsPtr ret; xmlNsPtr 8338 third_party/libxml/src/tree.c xmlNsPtr ns2 = elem->nsDef; xmlNsPtr 8380 third_party/libxml/src/tree.c xmlNsPtr ns, xmlNsPtr 8381 third_party/libxml/src/tree.c xmlNsPtr *retNs, xmlNsPtr 8447 third_party/libxml/src/tree.c xmlNsPtr tmpns; xmlNsPtr 8465 third_party/libxml/src/tree.c xmlNsPtr tmpns; xmlNsPtr 8525 third_party/libxml/src/tree.c xmlNsPtr ns, prevns; xmlNsPtr 8534 third_party/libxml/src/tree.c xmlNsPtr *listRedund = NULL; xmlNsPtr 8794 third_party/libxml/src/tree.c xmlNsPtr ns = NULL; xmlNsPtr 9161 third_party/libxml/src/tree.c xmlNsPtr ns; xmlNsPtr 9173 third_party/libxml/src/tree.c xmlNsPtr cloneNs = NULL, *cloneNsDefSlot = NULL; xmlNsPtr 9344 third_party/libxml/src/tree.c cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 9686 third_party/libxml/src/tree.c xmlNsPtr ns = NULL; xmlNsPtr 4527 third_party/libxml/src/valid.c xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) { xmlNsPtr 6165 third_party/libxml/src/valid.c xmlNsPtr ns; xmlNsPtr 6174 third_party/libxml/src/valid.c xmlNsPtr ns; xmlNsPtr 6189 third_party/libxml/src/valid.c xmlNsPtr nameSpace = attrib->ns; xmlNsPtr 6249 third_party/libxml/src/valid.c xmlNsPtr ns; xmlNsPtr 6266 third_party/libxml/src/valid.c xmlNsPtr ns; xmlNsPtr 6371 third_party/libxml/src/valid.c xmlNsPtr ns; xmlNsPtr 156 third_party/libxml/src/xlink.c xmlNsPtr xlink; xmlNsPtr 1989 third_party/libxml/src/xmllint.c xmlNsPtr ns; xmlNsPtr 343 third_party/libxml/src/xmlreader.c xmlFreeNsList((xmlNsPtr) cur); xmlNsPtr 423 third_party/libxml/src/xmlreader.c xmlFreeNs((xmlNsPtr) cur); xmlNsPtr 2300 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2348 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2420 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2516 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2544 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2593 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2698 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 2793 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) reader->curnode; xmlNsPtr 2858 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) reader->curnode; xmlNsPtr 2924 third_party/libxml/src/xmlreader.c xmlNsPtr ns; xmlNsPtr 3078 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 3109 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 3177 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 3248 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 3284 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 3316 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; xmlNsPtr 3533 third_party/libxml/src/xmlreader.c return(xmlStrdup(((xmlNsPtr) node)->href)); xmlNsPtr 3579 third_party/libxml/src/xmlreader.c return(((xmlNsPtr) node)->href); xmlNsPtr 500 third_party/libxml/src/xmlsave.c void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur); xmlNsPtr 512 third_party/libxml/src/xmlsave.c xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { xmlNsPtr 538 third_party/libxml/src/xmlsave.c xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { xmlNsPtr 865 third_party/libxml/src/xmlsave.c xmlNsDumpOutput(buf, (xmlNsPtr) cur); xmlNsPtr 1308 third_party/libxml/src/xmlschemas.c xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) xmlNsPtr 5778 third_party/libxml/src/xmlschemas.c xmlNsPtr ns; xmlNsPtr 8006 third_party/libxml/src/xmlschemas.c xmlNsPtr *nsList = NULL; xmlNsPtr 21822 third_party/libxml/src/xmlschemas.c xmlNsPtr ns; xmlNsPtr 21870 third_party/libxml/src/xmlschemas.c xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); xmlNsPtr 25524 third_party/libxml/src/xmlschemas.c xmlNsPtr ns; xmlNsPtr 2679 third_party/libxml/src/xmlschemastypes.c xmlNsPtr ns; xmlNsPtr 2856 third_party/libxml/src/xmlschemastypes.c xmlNsPtr ns; xmlNsPtr 204 third_party/libxml/src/xpath.c static xmlNsPtr xmlXPathXMLNamespace = &xmlXPathXMLNamespaceStruct; xmlNsPtr 3323 third_party/libxml/src/xpath.c xmlXPathNodeSetDupNs(xmlNodePtr node, xmlNsPtr ns) { xmlNsPtr 3324 third_party/libxml/src/xpath.c xmlNsPtr cur; xmlNsPtr 3334 third_party/libxml/src/xpath.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 3345 third_party/libxml/src/xpath.c cur->next = (xmlNsPtr) node; xmlNsPtr 3358 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs(xmlNsPtr ns) { xmlNsPtr 3401 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) val; xmlNsPtr 3459 third_party/libxml/src/xpath.c xmlNsPtr ns1, ns2; xmlNsPtr 3461 third_party/libxml/src/xpath.c ns1 = (xmlNsPtr) val; xmlNsPtr 3462 third_party/libxml/src/xpath.c ns2 = (xmlNsPtr) cur->nodeTab[i]; xmlNsPtr 3488 third_party/libxml/src/xpath.c xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) { xmlNsPtr 3504 third_party/libxml/src/xpath.c (((xmlNsPtr)cur->nodeTab[i])->next == (xmlNsPtr) node) && xmlNsPtr 3505 third_party/libxml/src/xpath.c (xmlStrEqual(ns->prefix, ((xmlNsPtr)cur->nodeTab[i])->prefix))) xmlNsPtr 3588 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) val; xmlNsPtr 3640 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) val; xmlNsPtr 3713 third_party/libxml/src/xpath.c if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) && xmlNsPtr 3714 third_party/libxml/src/xpath.c (xmlStrEqual(((xmlNsPtr) n1)->prefix, xmlNsPtr 3715 third_party/libxml/src/xpath.c ((xmlNsPtr) n2)->prefix))) xmlNsPtr 3751 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) n2; xmlNsPtr 3813 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) val2->nodeTab[i]; xmlNsPtr 3881 third_party/libxml/src/xpath.c if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) && xmlNsPtr 3882 third_party/libxml/src/xpath.c (xmlStrEqual(((xmlNsPtr) n1)->prefix, xmlNsPtr 3883 third_party/libxml/src/xpath.c ((xmlNsPtr) n2)->prefix))) xmlNsPtr 3889 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) n2); xmlNsPtr 3920 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) n2; xmlNsPtr 4040 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) cur->nodeTab[i]); xmlNsPtr 4060 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) cur->nodeTab[val]); xmlNsPtr 4083 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) obj->nodeTab[i]); xmlNsPtr 4110 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) node); xmlNsPtr 4138 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) node); xmlNsPtr 4161 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) obj->nodeTab[i]); xmlNsPtr 5508 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) node); xmlNsPtr 5514 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) tmpset->nodeTab[0]); xmlNsPtr 6236 third_party/libxml/src/xpath.c string = ((xmlNsPtr)node)->href; xmlNsPtr 6261 third_party/libxml/src/xpath.c string = ((xmlNsPtr)tmp)->href; xmlNsPtr 7881 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; xmlNsPtr 7954 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; xmlNsPtr 7998 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; xmlNsPtr 8613 third_party/libxml/src/xpath.c ((xmlNsPtr)cur->nodesetval->nodeTab[i])->prefix)); xmlNsPtr 11623 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) contextNode); xmlNsPtr 11805 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) contextNode); xmlNsPtr 11928 third_party/libxml/src/xpath.c xmlXPathNodeSetAddNs(seq, xpctxt->node, (xmlNsPtr) cur); \ xmlNsPtr 11933 third_party/libxml/src/xpath.c xpctxt->node, (xmlNsPtr) cur); \ xmlNsPtr 12366 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) cur; xmlNsPtr 14493 third_party/libxml/src/xpath.c xmlNsPtr ns; xmlNsPtr 45 third_party/libxslt/libexslt/functions.c xmlNsPtr *nsList; xmlNsPtr 458 third_party/libxslt/libexslt/functions.c xmlNsPtr ns; xmlNsPtr 669 third_party/libxslt/libexslt/functions.c xmlNsPtr *oldXPNsList; xmlNsPtr 656 third_party/libxslt/libxslt/attributes.c xmlNsPtr ns = NULL; xmlNsPtr 46 third_party/libxslt/libxslt/attrvt.c xmlNsPtr *nsList; xmlNsPtr 478 third_party/libxslt/libxslt/functions.c if ((((xmlNsPtr) xpctxt->node)->next != NULL) && xmlNsPtr 479 third_party/libxslt/libxslt/functions.c (((xmlNsPtr) xpctxt->node)->next->type == XML_ELEMENT_NODE)) xmlNsPtr 481 third_party/libxslt/libxslt/functions.c tmpNode = (xmlNodePtr) ((xmlNsPtr) xpctxt->node)->next; xmlNsPtr 700 third_party/libxslt/libxslt/functions.c xmlNsPtr ns = (xmlNsPtr) cur; xmlNsPtr 854 third_party/libxslt/libxslt/functions.c xmlNsPtr ns; xmlNsPtr 612 third_party/libxslt/libxslt/keys.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 97 third_party/libxslt/libxslt/namespaces.c xmlNsPtr literalNs = NULL; xmlNsPtr 98 third_party/libxslt/libxslt/namespaces.c xmlNsPtr targetNs = NULL; xmlNsPtr 336 third_party/libxslt/libxslt/namespaces.c xmlNsPtr xmlNsPtr 341 third_party/libxslt/libxslt/namespaces.c xmlNsPtr ns; xmlNsPtr 633 third_party/libxslt/libxslt/namespaces.c xmlNsPtr xmlNsPtr 634 third_party/libxslt/libxslt/namespaces.c xsltGetNamespace(xsltTransformContextPtr ctxt, xmlNodePtr cur, xmlNsPtr ns, xmlNsPtr 677 third_party/libxslt/libxslt/namespaces.c xmlNsPtr dflt; xmlNsPtr 706 third_party/libxslt/libxslt/namespaces.c xmlNsPtr xmlNsPtr 708 third_party/libxslt/libxslt/namespaces.c xmlNsPtr ns, xmlNodePtr out) xmlNsPtr 734 third_party/libxslt/libxslt/namespaces.c xmlNsPtr xmlNsPtr 736 third_party/libxslt/libxslt/namespaces.c xmlNsPtr cur) { xmlNsPtr 737 third_party/libxslt/libxslt/namespaces.c xmlNsPtr ret = NULL, tmp; xmlNsPtr 738 third_party/libxslt/libxslt/namespaces.c xmlNsPtr p = NULL,q; xmlNsPtr 824 third_party/libxslt/libxslt/namespaces.c xmlNsPtr xmlNsPtr 826 third_party/libxslt/libxslt/namespaces.c xmlNodePtr elem, xmlNsPtr ns) xmlNsPtr 35 third_party/libxslt/libxslt/namespaces.h XSLTPUBFUN xmlNsPtr XSLTCALL xmlNsPtr 38 third_party/libxslt/libxslt/namespaces.h xmlNsPtr ns, xmlNsPtr 40 third_party/libxslt/libxslt/namespaces.h XSLTPUBFUN xmlNsPtr XSLTCALL xmlNsPtr 43 third_party/libxslt/libxslt/namespaces.h xmlNsPtr ns, xmlNsPtr 45 third_party/libxslt/libxslt/namespaces.h XSLTPUBFUN xmlNsPtr XSLTCALL xmlNsPtr 51 third_party/libxslt/libxslt/namespaces.h XSLTPUBFUN xmlNsPtr XSLTCALL xmlNsPtr 54 third_party/libxslt/libxslt/namespaces.h xmlNsPtr ns); xmlNsPtr 55 third_party/libxslt/libxslt/namespaces.h XSLTPUBFUN xmlNsPtr XSLTCALL xmlNsPtr 58 third_party/libxslt/libxslt/namespaces.h xmlNsPtr cur); xmlNsPtr 111 third_party/libxslt/libxslt/pattern.c xmlNsPtr *nsList; /* the namespaces in scope */ xmlNsPtr 522 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, xmlNsPtr *nsList, int nsNr) { xmlNsPtr 550 third_party/libxslt/libxslt/pattern.c xmlNsPtr *oldNamespaces; xmlNsPtr 1566 third_party/libxslt/libxslt/pattern.c xmlNsPtr ns; xmlNsPtr 925 third_party/libxslt/libxslt/preproc.c xmlNsPtr ns; xmlNsPtr 1046 third_party/libxslt/libxslt/preproc.c xmlNsPtr ns; xmlNsPtr 58 third_party/libxslt/libxslt/templates.c xmlNsPtr *nsList, int nsNr) { xmlNsPtr 62 third_party/libxslt/libxslt/templates.c xmlNsPtr *oldNamespaces; xmlNsPtr 118 third_party/libxslt/libxslt/templates.c int nsNr, xmlNsPtr *nsList) { xmlNsPtr 125 third_party/libxslt/libxslt/templates.c xmlNsPtr *oldNamespaces; xmlNsPtr 263 third_party/libxslt/libxslt/templates.c xmlNsPtr *nsList = NULL; xmlNsPtr 623 third_party/libxslt/libxslt/templates.c xmlNsPtr origNs = NULL, copyNs = NULL; xmlNsPtr 26 third_party/libxslt/libxslt/templates.h xmlNsPtr *nsList, xmlNsPtr 52 third_party/libxslt/libxslt/templates.h xmlNsPtr *nsList); xmlNsPtr 85 third_party/libxslt/libxslt/transform.c static xmlNsPtr xmlNsPtr 86 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceListInternal(xmlNodePtr node, xmlNsPtr cur); xmlNsPtr 1007 third_party/libxslt/libxslt/transform.c xmlNsPtr ns; xmlNsPtr 1087 third_party/libxslt/libxslt/transform.c xmlNsPtr origNs = NULL, copyNs = NULL; xmlNsPtr 1280 third_party/libxslt/libxslt/transform.c static xmlNsPtr xmlNsPtr 1281 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceListInternal(xmlNodePtr elem, xmlNsPtr ns) { xmlNsPtr 1282 third_party/libxslt/libxslt/transform.c xmlNsPtr ret = NULL; xmlNsPtr 1283 third_party/libxslt/libxslt/transform.c xmlNsPtr p = NULL, q, luNs; xmlNsPtr 1337 third_party/libxslt/libxslt/transform.c static xmlNsPtr xmlNsPtr 1341 third_party/libxslt/libxslt/transform.c xmlNsPtr ns) xmlNsPtr 1347 third_party/libxslt/libxslt/transform.c xmlNsPtr tmpns; xmlNsPtr 1481 third_party/libxslt/libxslt/transform.c insert, (xmlNsPtr) node)); xmlNsPtr 1531 third_party/libxslt/libxslt/transform.c xmlNsPtr *nsList, *curns, ns; xmlNsPtr 2330 third_party/libxslt/libxslt/transform.c xmlNsPtr ns, lastns = NULL; xmlNsPtr 2751 third_party/libxslt/libxslt/transform.c xmlNsPtr ns, ret; xmlNsPtr 3806 third_party/libxslt/libxslt/transform.c xsltShallowCopyNsNode(ctxt, inst, ctxt->insert, (xmlNsPtr)node); xmlNsPtr 3982 third_party/libxslt/libxslt/transform.c xmlNsPtr ns; xmlNsPtr 4184 third_party/libxslt/libxslt/transform.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 4370 third_party/libxslt/libxslt/transform.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 4693 third_party/libxslt/libxslt/transform.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 5107 third_party/libxslt/libxslt/transform.c xmlNsPtr *oldXPNamespaces = xpctxt->namespaces; xmlNsPtr 5295 third_party/libxslt/libxslt/transform.c xmlNsPtr *oldXPNamespaces = xpctxt->namespaces; xmlNsPtr 5367 third_party/libxslt/libxslt/transform.c xmlNsPtr *oldXPNamespaces = xpctxt->namespaces; xmlNsPtr 271 third_party/libxslt/libxslt/variables.c if ((((xmlNsPtr) cur)->next != NULL) && xmlNsPtr 272 third_party/libxslt/libxslt/variables.c (((xmlNsPtr) cur)->next->type == XML_ELEMENT_NODE)) xmlNsPtr 274 third_party/libxslt/libxslt/variables.c cur = (xmlNodePtr) ((xmlNsPtr) cur)->next; xmlNsPtr 825 third_party/libxslt/libxslt/variables.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 1062 third_party/libxslt/libxslt/variables.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 1443 third_party/libxslt/libxslt/variables.c xmlNsPtr ns; xmlNsPtr 1497 third_party/libxslt/libxslt/variables.c xmlNsPtr *oldXPNamespaces; xmlNsPtr 473 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns, xmlNsPtr 1058 third_party/libxslt/libxslt/xslt.c xmlNsPtr cur; xmlNsPtr 1059 third_party/libxslt/libxslt/xslt.c xmlNsPtr *ret = NULL; xmlNsPtr 1088 third_party/libxslt/libxslt/xslt.c (xmlNsPtr *) xmlMalloc((maxns + 1) * xmlNsPtr 1089 third_party/libxslt/libxslt/xslt.c sizeof(xmlNsPtr)); xmlNsPtr 1108 third_party/libxslt/libxslt/xslt.c ret = (xmlNsPtr *) xmlRealloc(ret, xmlNsPtr 1111 third_party/libxslt/libxslt/xslt.c sizeof(xmlNsPtr)); xmlNsPtr 1313 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 1577 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 1713 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 1754 third_party/libxslt/libxslt/xslt.c static xmlNsPtr xmlNsPtr 1762 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 1763 third_party/libxslt/libxslt/xslt.c ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNsPtr 1803 third_party/libxslt/libxslt/xslt.c static xmlNsPtr xmlNsPtr 1808 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 1854 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 2027 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns, tmpns; xmlNsPtr 2504 third_party/libxslt/libxslt/xslt.c xmlNsPtr *list = NULL, ns; xmlNsPtr 2528 third_party/libxslt/libxslt/xslt.c (xmlNsPtr *) xmlMalloc(maxns * sizeof(xmlNsPtr)); xmlNsPtr 2549 third_party/libxslt/libxslt/xslt.c (xmlNsPtr *) xmlRealloc(nsi->list, xmlNsPtr 2550 third_party/libxslt/libxslt/xslt.c maxns * sizeof(xmlNsPtr)); xmlNsPtr 2617 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 3499 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns = cur->nsDef, prev = NULL, next; xmlNsPtr 3648 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns = cur->nsDef; xmlNsPtr 6916 third_party/libxslt/libxslt/xslt.c xmlNsPtr ns; xmlNsPtr 291 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr *inheritedNs;/* inherited non-excluded namespaces */ xmlNsPtr 357 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr *nsList; /* the namespaces in scope */ xmlNsPtr 522 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr *list; xmlNsPtr 1200 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr literalNs; xmlNsPtr 1201 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr targetNs; xmlNsPtr 1214 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr ns; /* the xmlNs structure holding the XML namespace name */ xmlNsPtr 1233 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr ns; xmlNsPtr 1412 third_party/libxslt/libxslt/xsltInternals.h xmlNsPtr *nsList; /* the namespaces in scope */ xmlNsPtr 86 third_party/libxslt/libxslt/xsltutils.c xmlNsPtr ns; xmlNsPtr 170 third_party/libxslt/libxslt/xsltutils.c xmlNsPtr ns; xmlNsPtr 775 third_party/libxslt/libxslt/xsltutils.c xmlNsPtr ns; xmlNsPtr 849 third_party/libxslt/libxslt/xsltutils.c xmlNsPtr ns; xmlNsPtr 970 third_party/libxslt/libxslt/xsltutils.c xmlNsPtr *oldNamespaces;