Searched refs:XML_ErrorString (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/expat/examples/ |
| H A D | elements.c | 94 XML_ErrorString(XML_GetErrorCode(parser)), in main()
|
| H A D | outline.c | 114 XML_ErrorString(XML_GetErrorCode(p))); in main()
|
| /freebsd-13.1/contrib/expat/tests/benchmark/ |
| H A D | benchmark.c | 126 XML_ErrorString(XML_GetErrorCode(parser)), in main()
|
| /freebsd-13.1/contrib/expat/xmlwf/ |
| H A D | xmlfile.c | 90 const XML_Char *message = XML_ErrorString(code); in reportError()
|
| /freebsd-13.1/contrib/expat/lib/ |
| H A D | expat.h | 995 XML_ErrorString(enum XML_Error code);
|
| H A D | xmlparse.c | 2350 XML_ErrorString(enum XML_Error code) { in XML_ErrorString() function
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | xml.c | 519 XML_ErrorString(XML_GetErrorCode(svn_parser->parser)), line); in svn_xml_parse()
|
| /freebsd-13.1/lib/lib80211/ |
| H A D | lib80211_regdomain.c | 440 XML_ErrorString(XML_GetErrorCode(mt->parser)), in lib80211_regdomain_readconfig()
|
| /freebsd-13.1/contrib/apr-util/xml/ |
| H A D | apr_xml.c | 500 XML_ErrorString(parser->xp_err), parser->xp_err); in apr_xml_parser_geterror()
|
| /freebsd-13.1/contrib/expat/tests/ |
| H A D | runtests.c | 137 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 D | unbound-anchor.c | 1619 const char *e = XML_ErrorString(XML_GetErrorCode(parser)); in xml_parse()
|
| /freebsd-13.1/contrib/expat/ |
| H A D | Changes | 623 #162 Function XML_ErrorString was returning NULL rather than
|