/third_party/libxml2/include/libxml/ |
D | xmlwriter.h | 304 const xmlChar * pubid, 314 const xmlChar * pubid, 321 const xmlChar * pubid, 328 const xmlChar * pubid, 433 const xmlChar * pubid, 439 const xmlChar * pubid, 447 pubid, 461 const xmlChar * pubid,
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlwriter.in.h | 333 const xmlChar * pubid, 343 const xmlChar * pubid, 350 const xmlChar * pubid, 357 const xmlChar * pubid, 462 const xmlChar * pubid, 468 const xmlChar * pubid, 476 pubid, 490 const xmlChar * pubid,
|
D | xmlwriter.c | 2858 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() argument 2904 if (pubid != 0) { in xmlTextWriterStartDTD() 2930 xmlOutputBufferWriteString(writer->out, (const char *) pubid); in xmlTextWriterStartDTD() 2942 if (pubid == 0) { in xmlTextWriterStartDTD() 3077 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() argument 3085 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format, in xmlTextWriterWriteFormatDTD() 3108 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() argument 3122 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf); in xmlTextWriterWriteVFormatDTD() 3143 const xmlChar * pubid, in xmlTextWriterWriteDTD() argument 3150 count = xmlTextWriterStartDTD(writer, name, pubid, sysid); in xmlTextWriterWriteDTD() [all …]
|
/third_party/python/Lib/xml/sax/ |
D | expatreader.py | 397 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 398 self._lex_handler_prop.startDTD(name, pubid, sysid) 400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 403 def notation_decl(self, name, base, sysid, pubid): argument 404 self._dtd_handler.notationDecl(name, pubid, sysid) 406 def external_entity_ref(self, context, base, sysid, pubid): argument 410 source = self._ent_handler.resolveEntity(pubid, sysid)
|
/third_party/libxml2/ |
D | xmlwriter.c | 2831 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() argument 2877 if (pubid != 0) { in xmlTextWriterStartDTD() 2903 xmlOutputBufferWriteString(writer->out, (const char *) pubid); in xmlTextWriterStartDTD() 2915 if (pubid == 0) { in xmlTextWriterStartDTD() 3050 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() argument 3058 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format, in xmlTextWriterWriteFormatDTD() 3081 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() argument 3095 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf); in xmlTextWriterWriteVFormatDTD() 3116 const xmlChar * pubid, in xmlTextWriterWriteDTD() argument 3123 count = xmlTextWriterStartDTD(writer, name, pubid, sysid); in xmlTextWriterWriteDTD() [all …]
|
D | testapi.c | 44269 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterStartDTD() local 44281 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterStartDTD() 44284 …ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterStartDTD() 44289 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterStartDTD() 44960 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local 44975 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterWriteDTD() 44979 …ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterWriteDTD() 44984 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterWriteDTD() 45120 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local 45140 pubid = gen_const_xmlChar_ptr(n_pubid, 3); in test_xmlTextWriterWriteDTDEntity() [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlwriter.rpgle | 513 d pubid * value options(*string) const xmlChar * 529 d pubid * value options(*string) const xmlChar * 547 d pubid * value options(*string) const xmlChar * 557 d pubid * value options(*string) const xmlChar * 570 d pubid * value options(*string) const xmlChar * 736 d pubid * value options(*string) const xmlChar * 745 d pubid * value options(*string) const xmlChar * 756 d pubid * value options(*string) const xmlChar * 769 d pubid * value options(*string) const xmlChar *
|
/third_party/python/Lib/xml/etree/ |
D | ElementTree.py | 1697 name, type, pubid, system = self._doctype 1698 if pubid: 1699 pubid = pubid[1:-1] 1702 pubid = None 1706 self.target.doctype(name, pubid, system[1:-1])
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | expat.h | 317 const XML_Char *pubid,
|
/third_party/expat/lib/ |
D | expat.h | 317 const XML_Char *pubid,
|
/third_party/python/Modules/expat/ |
D | expat.h | 317 const XML_Char *pubid,
|
/third_party/expat/xmlwf/ |
D | xmlwf.c | 686 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl() argument 692 UNUSED_P(pubid); in metaStartDoctypeDecl()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf.c | 686 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl() argument 692 UNUSED_P(pubid); in metaStartDoctypeDecl()
|
/third_party/python/Modules/ |
D | pyexpat.c | 676 const XML_Char *sysid, const XML_Char *pubid, 679 string_intern(self, sysid), string_intern(self, pubid),
|
D | _elementtree.c | 3498 const XML_Char *pubid, in expat_start_doctype_handler() argument 3523 if (pubid) { in expat_start_doctype_handler() 3524 pubid_obj = makeuniversal(self, pubid); in expat_start_doctype_handler()
|
/third_party/python/Lib/test/ |
D | test_pyexpat.py | 121 name, base, sysid, pubid = args
|
D | test_xml_etree.py | 3350 def doctype(self, name, pubid, system): argument 3351 self._doctype = (name, pubid, system) 3441 def doctype(self, name, pubid, system): argument 3443 _doctype2 = (name, pubid, system)
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 215 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_handler() argument 220 UNUSED_P(pubid); in dummy_start_doctype_handler() 379 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_decl_handler() argument 384 UNUSED_P(pubid); in dummy_start_doctype_decl_handler()
|
/third_party/expat/tests/ |
D | runtests.c | 215 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_handler() argument 220 UNUSED_P(pubid); in dummy_start_doctype_handler() 379 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_decl_handler() argument 384 UNUSED_P(pubid); in dummy_start_doctype_decl_handler()
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 1307 .. method:: doctype(name, pubid, system) 1309 Handles a doctype declaration. *name* is the doctype name. *pubid* is
|
/third_party/skia/third_party/externals/expat/expat/ |
D | Changes | 951 sysid, pubid, has_internal_subset
|
/third_party/expat/ |
D | Changes | 966 sysid, pubid, has_internal_subset
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 77205 - * xmlwriter.c: Insert space between pubid and sysid when both
|