Searched refs:sysID (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | catalog.h | 88 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/ |
D | catalog.c | 1093 const xmlChar *sysID); 1633 const xmlChar *sysID) { in xmlCatalogXMLResolve() argument 1653 if (sysID != NULL) { in xmlCatalogXMLResolve() 1661 if (xmlStrEqual(sysID, cur->name)) { in xmlCatalogXMLResolve() 1673 (!xmlStrncmp(sysID, cur->name, len))) { in xmlCatalogXMLResolve() 1679 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolve() 1696 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve() 1711 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve() 1730 cur->children, NULL, sysID); in xmlCatalogXMLResolve() 1769 if (sysID == NULL) in xmlCatalogXMLResolve() [all …]
|
D | valid.c | 6857 xmlChar *sysID; in xmlValidateDocument() local 6859 sysID = xmlBuildURI(doc->intSubset->SystemID, in xmlValidateDocument() 6861 if (sysID == NULL) { in xmlValidateDocument() 6868 sysID = NULL; in xmlValidateDocument() 6870 (const xmlChar *)sysID); in xmlValidateDocument() 6871 if (sysID != NULL) in xmlValidateDocument() 6872 xmlFree(sysID); in xmlValidateDocument()
|
D | testapi.c | 5759 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolve() local 5768 sysID = gen_const_xmlChar_ptr(n_sysID, 2); in test_xmlACatalogResolve() 5770 ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID); in test_xmlACatalogResolve() 5775 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2); in test_xmlACatalogResolve() 5846 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolveSystem() local 5853 sysID = gen_const_xmlChar_ptr(n_sysID, 1); in test_xmlACatalogResolveSystem() 5855 ret_val = xmlACatalogResolveSystem(catal, (const xmlChar *)sysID); in test_xmlACatalogResolveSystem() 5859 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1); in test_xmlACatalogResolveSystem() 6107 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogLocalResolve() local 6116 sysID = gen_const_xmlChar_ptr(n_sysID, 2); in test_xmlCatalogLocalResolve() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | catalog.rpgle | 104 d sysID * value options(*string) const xmlChar * 109 d sysID * value options(*string) const xmlChar * 160 d sysID * value options(*string) const xmlChar * 164 d sysID * value options(*string) const xmlChar * 210 d sysID * value options(*string) const xmlChar * 241 d sysID * value options(*string) const xmlChar *
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { in notationDecl() argument 3503 m_writer.write(sysID); in notationDecl() 3519 …public void unparsedEntityDecl(String name, String pubID, String sysID, String notationName) throw… in unparsedEntityDecl() argument 3533 m_writer.write(sysID); in unparsedEntityDecl()
|