Searched refs:XML_GetErrorCode (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/expat/examples/
H A Delements.c89 XML_ErrorString(XML_GetErrorCode(parser)),
H A Doutline.c110 XML_ErrorString(XML_GetErrorCode(p)));
/freebsd-13-stable/contrib/expat/tests/benchmark/
H A Dbenchmark.c124 XML_ErrorString(XML_GetErrorCode(parser)),
/freebsd-13-stable/contrib/expat/tests/
H A Druntests.c133 enum XML_Error err = XML_GetErrorCode(parser);
173 if (XML_GetErrorCode(g_parser) != errorCode)
487 if (XML_GetErrorCode(g_parser) != XML_ERROR_INVALID_TOKEN)
757 } else if (XML_GetErrorCode(g_parser) != XML_ERROR_INVALID_TOKEN)
1598 if (XML_GetErrorCode(ext_parser) != fault->error)
2008 if (XML_GetErrorCode(g_parser) != XML_ERROR_ABORTED)
2029 if (XML_GetErrorCode(g_parser) != XML_ERROR_NONE)
2035 if (XML_GetErrorCode(g_parser) != XML_ERROR_SUSPENDED)
2053 if (XML_GetErrorCode(g_parser) != XML_ERROR_FINISHED)
2063 if (XML_GetErrorCode(g_parse
[all...]
/freebsd-13-stable/contrib/expat/xmlwf/
H A Dxmlfile.c82 enum XML_Error code = XML_GetErrorCode(parser);
H A Dxmlwin32url.cxx159 int code = XML_GetErrorCode(parser);
/freebsd-13-stable/contrib/expat/lib/
H A Dexpat.h894 XML_GetErrorCode returns information about the error.
897 XML_GetErrorCode(XML_Parser parser);
H A Dxmlparse.c2118 XML_GetErrorCode(XML_Parser parser) { function
/freebsd-13-stable/lib/libgeom/
H A Dgeom_xml2tree.c392 error = XML_GetErrorCode(parser) == XML_ERROR_NO_MEMORY ?
/freebsd-13-stable/lib/lib80211/
H A Dlib80211_regdomain.c440 XML_ErrorString(XML_GetErrorCode(mt->parser)),
/freebsd-13-stable/contrib/apr-util/xml/
H A Dapr_xml.c442 parser->xp_err = XML_GetErrorCode(parser->xp);
/freebsd-13-stable/usr.sbin/ctladm/
H A Dctladm.c3013 XML_GetErrorCode(parser));
3436 XML_GetErrorCode(parser));
3733 XML_GetErrorCode(parser));
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1619 const char *e = XML_ErrorString(XML_GetErrorCode(parser));

Completed in 289 milliseconds