Searched refs:sysID (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
H A 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/
H A Dcatalog.c1088 const xmlChar *sysID);
1616 * @sysID: the system ID string
1628 const xmlChar *sysID) {
1648 if (sysID != NULL) {
1656 if (xmlStrEqual(sysID, cur->name)) {
1668 (!xmlStrncmp(sysID, cur->name, len))) {
1674 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))
1691 ret = xmlStrcat(ret, &sysID[lenrewrite]);
1706 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) {
1725 cur->children, NULL, sysID);
1627 xmlCatalogXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID, const xmlChar *sysID) argument
2003 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID, const xmlChar *sysID) argument
2582 xmlCatalogGetSGMLSystem(xmlHashTablePtr catal, const xmlChar *sysID) argument
2607 xmlCatalogSGMLResolve(xmlCatalogPtr catal, const xmlChar *pubID, const xmlChar *sysID) argument
2782 xmlACatalogResolveSystem(xmlCatalogPtr catal, const xmlChar *sysID) argument
2853 xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID, const xmlChar * sysID) argument
3308 xmlCatalogResolveSystem(const xmlChar *sysID) argument
3349 xmlCatalogResolve(const xmlChar *pubID, const xmlChar *sysID) argument
3662 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID, const xmlChar *sysID) argument
3745 xmlCatalogGetSystem(const xmlChar *sysID) argument
[all...]
H A Dvalid.c6813 xmlChar *sysID; local
6815 sysID = xmlBuildURI(doc->intSubset->SystemID,
6817 if (sysID == NULL) {
6824 sysID = NULL;
6826 (const xmlChar *)sysID);
6827 if (sysID != NULL)
6828 xmlFree(sysID);
H A Dtestapi.c5734 xmlChar * sysID; /* the system ID string */ local
5743 sysID = gen_const_xmlChar_ptr(n_sysID, 2);
5745 ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID);
5750 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2);
5821 xmlChar * sysID; /* the system ID string */ local
5828 sysID = gen_const_xmlChar_ptr(n_sysID, 1);
5830 ret_val = xmlACatalogResolveSystem(catal, (const xmlChar *)sysID);
5834 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1);
6082 xmlChar * sysID; /* the system ID string */ local
6091 sysID
6193 xmlChar * sysID; /* the system ID string */ local
6257 xmlChar * sysID; /* the system ID string */ local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { argument
3503 m_writer.write(sysID);
3519 public void unparsedEntityDecl(String name, String pubID, String sysID, String notationName) throws SAXException { argument
3533 m_writer.write(sysID);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 659 milliseconds