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 | 1088 const xmlChar *sysID); 1628 const xmlChar *sysID) { in xmlCatalogXMLResolve() argument 1648 if (sysID != NULL) { in xmlCatalogXMLResolve() 1656 if (xmlStrEqual(sysID, cur->name)) { in xmlCatalogXMLResolve() 1668 (!xmlStrncmp(sysID, cur->name, len))) { in xmlCatalogXMLResolve() 1674 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolve() 1691 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve() 1706 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve() 1725 cur->children, NULL, sysID); in xmlCatalogXMLResolve() 1764 if (sysID == NULL) in xmlCatalogXMLResolve() [all …]
|
D | valid.c | 6813 xmlChar *sysID; in xmlValidateDocument() local 6815 sysID = xmlBuildURI(doc->intSubset->SystemID, in xmlValidateDocument() 6817 if (sysID == NULL) { in xmlValidateDocument() 6824 sysID = NULL; in xmlValidateDocument() 6826 (const xmlChar *)sysID); in xmlValidateDocument() 6827 if (sysID != NULL) in xmlValidateDocument() 6828 xmlFree(sysID); in xmlValidateDocument()
|
D | testapi.c | 5734 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolve() local 5743 sysID = gen_const_xmlChar_ptr(n_sysID, 2); in test_xmlACatalogResolve() 5745 ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID); in test_xmlACatalogResolve() 5750 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2); in test_xmlACatalogResolve() 5821 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolveSystem() local 5828 sysID = gen_const_xmlChar_ptr(n_sysID, 1); in test_xmlACatalogResolveSystem() 5830 ret_val = xmlACatalogResolveSystem(catal, (const xmlChar *)sysID); in test_xmlACatalogResolveSystem() 5834 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1); in test_xmlACatalogResolveSystem() 6082 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogLocalResolve() local 6091 sysID = gen_const_xmlChar_ptr(n_sysID, 2); in test_xmlCatalogLocalResolve() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | catalog.rpgle | 97 d sysID * value options(*string) const xmlChar * 102 d sysID * value options(*string) const xmlChar * 151 d sysID * value options(*string) const xmlChar * 155 d sysID * value options(*string) const xmlChar * 198 d sysID * value options(*string) const xmlChar * 228 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()
|