Home
last modified time | relevance | path

Searched refs:XML_ERROR_XML_DECL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dexpat.h116 XML_ERROR_XML_DECL, enumerator
H A Dxmlparse.c2599 case XML_ERROR_XML_DECL: in XML_ErrorString()
4517 return XML_ERROR_XML_DECL; in processXmlDecl()
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c932 expect_failure("<?xml version='1.0' \xc3\xa7?>\n<doc/>", XML_ERROR_XML_DECL, in START_TEST()
938 expect_failure("<?xml ='1.0'?>\n<doc/>\n", XML_ERROR_XML_DECL, in START_TEST()
946 XML_ERROR_XML_DECL, in START_TEST()
3478 XML_ERROR_XML_DECL}, in START_TEST()
H A Dhandlers.c988 && (fault->error != XML_ERROR_XML_DECL in external_entity_valuer()