Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py397 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/
Dexpatreader.py400 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/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/cronet/third_party/libxml/src/
Dxmlwriter.c2837 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD()
3057 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD()
3088 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD()
3123 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD()
3864 const xmlChar * sysid, in xmlTextWriterWriteDTDEntity()
3941 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntity()
3987 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntityContents()
4119 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
Dtestapi.c43884 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterStartDTD() local
44575 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTD() local
44735 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDEntity() local
44811 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntity() local
44876 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntityContents() local
44988 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDNotation() local
/external/libxml2/
Dxmlwriter.c2824 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD()
3044 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD()
3075 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD()
3110 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD()
3851 const xmlChar * sysid, in xmlTextWriterWriteDTDEntity()
3928 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntity()
3974 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntityContents()
4106 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
Dcatalog.c2325 xmlChar *sysid = NULL; in xmlParseSGMLCatalog() local
Dtestapi.c44742 const xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterStartDTD() local
45433 const xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTD() local
45593 const xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDEntity() local
45669 const xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntity() local
45734 const xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntityContents() local
45846 const xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDNotation() local
/external/expat/expat/xmlwf/
Dxmlwf.c324 const XML_Char *sysid, const XML_Char *publid, in startDoctypeDecl()
688 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl()
/external/scapy/scapy/contrib/
Disis.py99 def isis_sysid2str(sysid): argument
/external/python/cpython3/Modules/
D_elementtree.c3485 const XML_Char *sysid, in expat_start_doctype_handler()