Home
last modified time | relevance | path

Searched defs:pubid (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py405 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/
Ddummy.c74 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/
Dxmlwriter.c2819 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()
Dtestapi.c38614 …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/
Dxmlwriter.c2819 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()
Dtestapi.c38352 …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/
Dxmlwriter.c2819 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()
Dtestapi.c38352 …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/
Dxmlwf.c688 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl()
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py3485 def doctype(self, name, pubid, system): argument
3576 def doctype(self, name, pubid, system): argument
/external/python/cpython3/Modules/
D_elementtree.c3486 const XML_Char *pubid, in expat_start_doctype_handler()