Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/libxml2/
Dxmlwriter.c2831 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD()
3051 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD()
3082 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD()
3117 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD()
3858 const xmlChar * sysid, in xmlTextWriterWriteDTDEntity()
3935 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntity()
3981 const xmlChar * sysid, in xmlTextWriterWriteDTDExternalEntityContents()
4113 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
Dcatalog.c2351 xmlChar *sysid = NULL; in xmlParseSGMLCatalog() local
Dtestapi.c44271 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterStartDTD() local
44962 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTD() local
45122 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDEntity() local
45198 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntity() local
45263 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDExternalEntityContents() local
45375 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDNotation() local
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c322 const XML_Char *sysid, const XML_Char *publid, in startDoctypeDecl()
686 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl()
/third_party/python/Modules/
D_elementtree.c3497 const XML_Char *sysid, in expat_start_doctype_handler()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c215 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()