Searched refs:publicID (Results 1 – 9 of 9) sorted by relevance
/third_party/libxml2/ |
D | xmlsave.c | 55 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()
|
D | HTMLparser.c | 3293 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { in htmlParseExternalID() argument 3319 *publicID = htmlParsePubidLiteral(ctxt); in htmlParseExternalID() 3320 if (*publicID == NULL) { in htmlParseExternalID()
|
D | parser.c | 4689 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()
|
D | testapi.c | 20993 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/ |
D | test_sax.py | 1410 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/ |
D | parserInternals.h | 408 xmlChar **publicID,
|
D | tree.h | 1239 const xmlChar *publicID);
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 226 d publicID * xmlChar *(*)
|
D | tree.rpgle | 1577 d publicID * value options(*string) const xmlChar *
|