Searched refs:pubID (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dcatalog.h87 const xmlChar *pubID,
94 const xmlChar *pubID);
124 xmlCatalogResolve (const xmlChar *pubID,
129 xmlCatalogResolvePublic (const xmlChar *pubID);
154 const xmlChar *pubID,
176 xmlCatalogGetPublic (const xmlChar *pubID);
/external/libxml2/
H A Dcatalog.c94 static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
1022 * @pubID: the public ID string
1033 xmlCatalogNormalizePublic(const xmlChar *pubID) argument
1041 if (pubID == NULL)
1045 for (p = pubID;*p != 0 && ok;p++) {
1056 ret = xmlStrdup(pubID);
1059 for (p = pubID;*p != 0;p++) {
1087 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
1615 * @pubID: the public ID string
1627 xmlCatalogXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID, argument
2003 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID, const xmlChar *sysID) argument
2545 xmlCatalogGetSGMLPublic(xmlHashTablePtr catal, const xmlChar *pubID) argument
2607 xmlCatalogSGMLResolve(xmlCatalogPtr catal, const xmlChar *pubID, const xmlChar *sysID) argument
2817 xmlACatalogResolvePublic(xmlCatalogPtr catal, const xmlChar *pubID) argument
2853 xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID, const xmlChar * sysID) argument
3328 xmlCatalogResolvePublic(const xmlChar *pubID) argument
3349 xmlCatalogResolve(const xmlChar *pubID, const xmlChar *sysID) argument
3662 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID, const xmlChar *sysID) argument
3789 xmlCatalogGetPublic(const xmlChar *pubID) argument
[all...]
H A Dtestapi.c5732 xmlChar * pubID; /* the public ID string */ local
5742 pubID = gen_const_xmlChar_ptr(n_pubID, 1);
5745 ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID);
5749 des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 1);
5780 xmlChar * pubID; /* the public ID string */ local
5787 pubID = gen_const_xmlChar_ptr(n_pubID, 1);
5789 ret_val = xmlACatalogResolvePublic(catal, (const xmlChar *)pubID);
5793 des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 1);
6080 xmlChar * pubID; /* the public ID string */ local
6090 pubID
6191 xmlChar * pubID; /* the public ID string */ local
6223 xmlChar * pubID; /* the public 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
3496 if (pubID != null) {
3498 m_writer.write(pubID);
3519 public void unparsedEntityDecl(String name, String pubID, String sysID, String notationName) throws SAXException { argument
3526 if (pubID != null) {
3528 m_writer.write(pubID);

Completed in 355 milliseconds