Home
last modified time | relevance | path

Searched defs:sysID (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dcatalog.c1633 const xmlChar *sysID) { in xmlCatalogXMLResolve()
2009 const xmlChar *sysID) { in xmlCatalogListXMLResolve()
2588 xmlCatalogGetSGMLSystem(xmlHashTablePtr catal, const xmlChar *sysID) { in xmlCatalogGetSGMLSystem()
2614 const xmlChar *sysID) { in xmlCatalogSGMLResolve()
2788 xmlACatalogResolveSystem(xmlCatalogPtr catal, const xmlChar *sysID) { in xmlACatalogResolveSystem()
2860 const xmlChar * sysID) in xmlACatalogResolve()
3311 xmlCatalogResolveSystem(const xmlChar *sysID) { in xmlCatalogResolveSystem()
3352 xmlCatalogResolve(const xmlChar *pubID, const xmlChar *sysID) { in xmlCatalogResolve()
3666 const xmlChar *sysID) { in xmlCatalogLocalResolve()
3748 xmlCatalogGetSystem(const xmlChar *sysID) { in xmlCatalogGetSystem()
Dvalid.c6857 xmlChar *sysID; in xmlValidateDocument() local
Dtestapi.c5759 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolve() local
5846 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolveSystem() local
6107 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogLocalResolve() local
6218 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogResolve() local
6282 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogResolveSystem() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { in notationDecl()
3519 …public void unparsedEntityDecl(String name, String pubID, String sysID, String notationName) throw… in unparsedEntityDecl()