Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/examples/
H A Delements.c94 XML_ErrorString(XML_GetErrorCode(parser)), in main()
H A Doutline.c114 XML_ErrorString(XML_GetErrorCode(p))); in main()
/freebsd-13.1/contrib/expat/tests/benchmark/
H A Dbenchmark.c126 XML_ErrorString(XML_GetErrorCode(parser)), in main()
/freebsd-13.1/contrib/expat/xmlwf/
H A Dxmlfile.c90 const XML_Char *message = XML_ErrorString(code); in reportError()
/freebsd-13.1/contrib/expat/lib/
H A Dexpat.h995 XML_ErrorString(enum XML_Error code);
H A Dxmlparse.c2350 XML_ErrorString(enum XML_Error code) { in XML_ErrorString() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c519 XML_ErrorString(XML_GetErrorCode(svn_parser->parser)), line); in svn_xml_parse()
/freebsd-13.1/lib/lib80211/
H A Dlib80211_regdomain.c440 XML_ErrorString(XML_GetErrorCode(mt->parser)), in lib80211_regdomain_readconfig()
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c500 XML_ErrorString(parser->xp_err), parser->xp_err); in apr_xml_parser_geterror()
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c137 err, XML_ErrorString(err), XML_GetCurrentLineNumber(parser), in _xml_failure()
2443 cases[i].expected_error, XML_ErrorString(cases[i].expected_error), in START_TEST()
2444 actual_error, XML_ErrorString(actual_error), in START_TEST()
7514 if (XML_ErrorString((enum XML_Error) - 1) != NULL) in START_TEST()
7516 if (XML_ErrorString((enum XML_Error)100) != NULL) in START_TEST()
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c1619 const char *e = XML_ErrorString(XML_GetErrorCode(parser)); in xml_parse()
/freebsd-13.1/contrib/expat/
H A DChanges623 #162 Function XML_ErrorString was returning NULL rather than