xmlNs 52 chrome/common/extensions/update_manifest.cc const xmlNs* expected_namespace) { xmlNs 60 chrome/common/extensions/update_manifest.cc static std::vector<xmlNode*> GetChildren(xmlNode* root, xmlNs* xml_namespace, xmlNs 114 chrome/common/extensions/update_manifest.cc static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) { xmlNs 116 chrome/common/extensions/update_manifest.cc for (xmlNs* ns = node->ns; ns != NULL; ns = ns->next) { xmlNs 128 chrome/common/extensions/update_manifest.cc static bool ParseSingleAppTag(xmlNode* app_node, xmlNs* xml_namespace, xmlNs 243 chrome/common/extensions/update_manifest.cc xmlNs* gupdate_ns = GetNamespace(root, kExpectedGupdateXmlns); xmlNs 258 third_party/libxml/src/c14n.c xmlNs ns; xmlNs 651 third_party/libxml/src/c14n.c static xmlNs ns_default; xmlNs 818 third_party/libxml/src/c14n.c static xmlNs ns_default; xmlNs 827 third_party/libxml/src/c14n.c static xmlNs ns_default; xmlNs 348 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlNs xmlNs; xmlNs 349 third_party/libxml/src/include/libxml/tree.h typedef xmlNs *xmlNsPtr; xmlNs 406 third_party/libxml/src/include/libxml/tree.h xmlNs *ns; /* pointer to the associated namespace */ xmlNs 463 third_party/libxml/src/include/libxml/tree.h xmlNs *ns; /* pointer to the associated namespace */ xmlNs 466 third_party/libxml/src/include/libxml/tree.h xmlNs *nsDef; /* namespace definitions on this node */ xmlNs 3784 third_party/libxml/src/relaxng.c xmlNs ns; xmlNs 730 third_party/libxml/src/tree.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 735 third_party/libxml/src/tree.c memset(cur, 0, sizeof(xmlNs)); xmlNs 5808 third_party/libxml/src/tree.c ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 5814 third_party/libxml/src/tree.c memset(ns, 0, sizeof(xmlNs)); xmlNs 5854 third_party/libxml/src/tree.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 5859 third_party/libxml/src/tree.c memset(cur, 0, sizeof(xmlNs)); xmlNs 5987 third_party/libxml/src/tree.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 5992 third_party/libxml/src/tree.c memset(cur, 0, sizeof(xmlNs)); xmlNs 9344 third_party/libxml/src/tree.c cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 9350 third_party/libxml/src/tree.c memset(cloneNs, 0, sizeof(xmlNs)); xmlNs 196 third_party/libxml/src/xpath.c static xmlNs xmlXPathXMLNamespaceStruct = { xmlNs 3334 third_party/libxml/src/xpath.c cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 3339 third_party/libxml/src/xpath.c memset(cur, 0, sizeof(xmlNs)); xmlNs 1763 third_party/libxslt/libxslt/xslt.c ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); xmlNs 1770 third_party/libxslt/libxslt/xslt.c memset(ns, 0, sizeof(xmlNs));