Home
last modified time | relevance | path

Searched refs:publicID (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
Dxmlsave.c55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { in xmlIsXHTML() argument
56 if ((systemID == NULL) && (publicID == NULL)) in xmlIsXHTML()
58 if (publicID != NULL) { in xmlIsXHTML()
59 if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1); in xmlIsXHTML()
60 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1); in xmlIsXHTML()
61 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1); in xmlIsXHTML()
DHTMLparser.c3293 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { in htmlParseExternalID() argument
3319 *publicID = htmlParsePubidLiteral(ctxt); in htmlParseExternalID()
3320 if (*publicID == NULL) { in htmlParseExternalID()
Dparser.c4689 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID() argument
4694 *publicID = NULL; in xmlParseExternalID()
4711 *publicID = xmlParsePubidLiteral(ctxt); in xmlParseExternalID()
4712 if (*publicID == NULL) { in xmlParseExternalID()
Dtestapi.c20993 xmlChar * publicID; /* the public identifier */ in test_xmlIsXHTML() local
21000 publicID = gen_const_xmlChar_ptr(n_publicID, 1); in test_xmlIsXHTML()
21002 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID); in test_xmlIsXHTML()
21006 des_const_xmlChar_ptr(n_publicID, (const xmlChar *)publicID, 1); in test_xmlIsXHTML()
/third_party/python/Lib/test/
Dtest_sax.py1410 self.publicID = None
1421 def startDTD(self, doctype, publicID, systemID): argument
1423 self.test_harness.publicID = publicID
1441 self.assertIsNone(self.publicID)
/third_party/libxml2/include/libxml/
DparserInternals.h408 xmlChar **publicID,
Dtree.h1239 const xmlChar *publicID);
/third_party/libxml2/os400/libxmlrpg/
DparserInternals.rpgle226 d publicID * xmlChar *(*)
Dtree.rpgle1577 d publicID * value options(*string) const xmlChar *