| /external/python/cpython3/Lib/xml/sax/ |
| D | expatreader.py | 397 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 403 def notation_decl(self, name, base, sysid, pubid): argument 406 def external_entity_ref(self, context, base, sysid, pubid): argument
|
| /external/python/cpython2/Lib/xml/sax/ |
| D | expatreader.py | 400 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 403 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 406 def notation_decl(self, name, base, sysid, pubid): argument 409 def external_entity_ref(self, context, base, sysid, pubid): argument
|
| /external/cronet/third_party/libxml/src/ |
| D | xmlwriter.c | 2832 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3052 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD() 3083 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD() 3118 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD() 3859 const xmlChar * sysid, in xmlTextWriterWriteDTDEntity() 3936 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntity() 3982 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntityContents() 4114 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
| D | testapi.c | 43315 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterStartDTD() local 44006 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTD() local 44166 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDEntity() local 44242 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntity() local 44307 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntityContents() local 44419 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDNotation() local
|
| /external/libxml2/ |
| D | xmlwriter.c | 2832 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3052 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD() 3083 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD() 3118 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD() 3859 const xmlChar * sysid, in xmlTextWriterWriteDTDEntity() 3936 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntity() 3982 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntityContents() 4114 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
| D | catalog.c | 2337 xmlChar *sysid = NULL; in xmlParseSGMLCatalog() local
|
| D | testapi.c | 43315 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterStartDTD() local 44006 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTD() local 44166 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDEntity() local 44242 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntity() local 44307 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntityContents() local 44419 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDNotation() local
|
| /external/expat/expat/xmlwf/ |
| D | xmlwf.c | 323 const XML_Char *sysid, const XML_Char *publid, in startDoctypeDecl() 687 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl()
|
| /external/scapy/scapy/contrib/ |
| D | isis.py | 99 def isis_sysid2str(sysid): argument
|
| /external/python/cpython3/Modules/ |
| D | _elementtree.c | 3497 const XML_Char *sysid, in expat_start_doctype_handler()
|
| /external/expat/expat/tests/ |
| D | runtests.c | 215 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_handler() 379 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_decl_handler()
|