Home
last modified time | relevance | path

Searched refs:sysID (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dcatalog.h88 const xmlChar *sysID);
91 const xmlChar *sysID);
125 const xmlChar *sysID);
127 xmlCatalogResolveSystem (const xmlChar *sysID);
155 const xmlChar *sysID);
174 xmlCatalogGetSystem (const xmlChar *sysID);
/external/libxml2/
Dcatalog.c1085 const xmlChar *sysID);
1627 const xmlChar *sysID) { in xmlCatalogXMLResolve() argument
1647 if (sysID != NULL) { in xmlCatalogXMLResolve()
1655 if (xmlStrEqual(sysID, cur->name)) { in xmlCatalogXMLResolve()
1667 (!xmlStrncmp(sysID, cur->name, len))) { in xmlCatalogXMLResolve()
1673 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolve()
1690 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve()
1705 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve()
1724 cur->children, NULL, sysID); in xmlCatalogXMLResolve()
1763 if (sysID == NULL) in xmlCatalogXMLResolve()
[all …]
Dvalid.c6732 xmlChar *sysID; in xmlValidateDocument() local
6734 sysID = xmlBuildURI(doc->intSubset->SystemID, in xmlValidateDocument()
6736 if (sysID == NULL) { in xmlValidateDocument()
6743 sysID = NULL; in xmlValidateDocument()
6745 (const xmlChar *)sysID); in xmlValidateDocument()
6746 if (sysID != NULL) in xmlValidateDocument()
6747 xmlFree(sysID); in xmlValidateDocument()