Home
last modified time | relevance | path

Searched refs:XML_ErrorString (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/expat/examples/
H A Delements.c65 XML_ErrorString(XML_GetErrorCode(parser)), in main()
H A Doutline.c104 XML_ErrorString(XML_GetErrorCode(p))); in main()
/freebsd-12.1/contrib/expat/tests/benchmark/
H A Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)), in main()
/freebsd-12.1/contrib/expat/xmlwf/
H A Dxmlfile.c65 const XML_Char *message = XML_ErrorString(code); in reportError()
H A Dxmlwin32url.cxx128 const XML_Char *message = XML_ErrorString(code); in reportError()
/freebsd-12.1/contrib/expat/lib/
H A Dexpat.h993 XML_ErrorString(enum XML_Error code);
H A Dxmlparse.c1977 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c519 XML_ErrorString(XML_GetErrorCode(svn_parser->parser)), line); in svn_xml_parse()
/freebsd-12.1/lib/lib80211/
H A Dlib80211_regdomain.c440 XML_ErrorString(XML_GetErrorCode(mt->parser)), in lib80211_regdomain_readconfig()
/freebsd-12.1/contrib/apr-util/xml/
H A Dapr_xml.c480 XML_ErrorString(parser->xp_err), parser->xp_err); in apr_xml_parser_geterror()
/freebsd-12.1/contrib/expat/tests/
H A Druntests.c67 XML_ErrorString(err), in _xml_failure()
/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c1613 const char *e = XML_ErrorString(XML_GetErrorCode(parser)); in xml_parse()