/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 405 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 408 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 411 def notation_decl(self, name, base, sysid, pubid): argument 414 def external_entity_ref(self, context, base, sysid, pubid): argument
|
/external/expat/expat/tests/ |
D | dummy.c | 74 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_handler() 238 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_decl_handler()
|
/external/libxml2/ |
D | xmlwriter.c | 2819 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3038 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() 3069 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() 3104 const xmlChar * pubid, in xmlTextWriterWriteDTD() 3845 const xmlChar * pubid, in xmlTextWriterWriteDTDEntity() 3922 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntity() 3968 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntityContents() 4101 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
D | testapi.c | 38614 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterStartDTD() local 39305 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTD() local 39465 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDEntity() local 39541 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDExternalEntity() local 39606 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDExternalEntityContents() local 39718 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDNotation() local
|
/external/cronet/tot/third_party/libxml/src/ |
D | xmlwriter.c | 2819 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3038 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() 3069 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() 3104 const xmlChar * pubid, in xmlTextWriterWriteDTD() 3845 const xmlChar * pubid, in xmlTextWriterWriteDTDEntity() 3922 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntity() 3968 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntityContents() 4101 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
D | testapi.c | 38352 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterStartDTD() local 39043 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTD() local 39203 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDEntity() local 39279 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDExternalEntity() local 39344 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDExternalEntityContents() local 39456 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDNotation() local
|
/external/cronet/stable/third_party/libxml/src/ |
D | xmlwriter.c | 2819 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3038 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() 3069 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() 3104 const xmlChar * pubid, in xmlTextWriterWriteDTD() 3845 const xmlChar * pubid, in xmlTextWriterWriteDTDEntity() 3922 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntity() 3968 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntityContents() 4101 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
D | testapi.c | 38352 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterStartDTD() local 39043 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTD() local 39203 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDEntity() local 39279 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDExternalEntity() local 39344 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDExternalEntityContents() local 39456 …const xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier … in test_xmlTextWriterWriteDTDNotation() local
|
/external/expat/expat/xmlwf/ |
D | xmlwf.c | 688 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl()
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 3485 def doctype(self, name, pubid, system): argument 3576 def doctype(self, name, pubid, system): argument
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 3486 const XML_Char *pubid, in expat_start_doctype_handler()
|