Home
last modified time | relevance | path

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

/external/libxml2/
Dcatalog.c1634 const xmlChar *sysID) { in xmlCatalogXMLResolve()
2010 const xmlChar *sysID) { in xmlCatalogListXMLResolve()
2589 xmlCatalogGetSGMLSystem(xmlHashTablePtr catal, const xmlChar *sysID) { in xmlCatalogGetSGMLSystem()
2615 const xmlChar *sysID) { in xmlCatalogSGMLResolve()
2789 xmlACatalogResolveSystem(xmlCatalogPtr catal, const xmlChar *sysID) { in xmlACatalogResolveSystem()
2861 const xmlChar * sysID) in xmlACatalogResolve()
3312 xmlCatalogResolveSystem(const xmlChar *sysID) { in xmlCatalogResolveSystem()
3353 xmlCatalogResolve(const xmlChar *pubID, const xmlChar *sysID) { in xmlCatalogResolve()
3668 const xmlChar *sysID) { in xmlCatalogLocalResolve()
3750 xmlCatalogGetSystem(const xmlChar *sysID) { in xmlCatalogGetSystem()
Dvalid.c6918 xmlChar *sysID; in xmlValidateDocument() local
Dtestapi.c5764 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolve() local
5851 xmlChar * sysID; /* the system ID string */ in test_xmlACatalogResolveSystem() local
6112 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogLocalResolve() local
6223 xmlChar * sysID; /* the system ID string */ in test_xmlCatalogResolve() local
6287 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()