Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-glade.c148 #define XML_ErrorString (*p_XML_ErrorString) macro
432 XML_ErrorString (XML_GetErrorCode (parser))); in do_extract_glade()
439 XML_ErrorString (XML_GetErrorCode (parser))); in do_extract_glade()
/netbsd-src/external/mit/expat/dist/examples/
H A Delements.c94 XML_ErrorString(XML_GetErrorCode(parser)), in main()
H A Doutline.c114 XML_ErrorString(XML_GetErrorCode(p))); in main()
/netbsd-src/external/mit/expat/dist/lib/
H A Dlibexpat.def6 XML_ErrorString @2
H A Dlibexpatw.def6 XML_ErrorString @2
H A Dexpat.h981 XML_ErrorString(enum XML_Error code);
H A Dxmlparse.c2348 XML_ErrorString(enum XML_Error code) { in XML_ErrorString() function
/netbsd-src/external/mit/expat/dist/tests/benchmark/
H A Dbenchmark.c126 XML_ErrorString(XML_GetErrorCode(parser)), in main()
/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmlfile.c90 const XML_Char *message = XML_ErrorString(code); in reportError()
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c138 err, XML_ErrorString(err), XML_GetCurrentLineNumber(parser), in _xml_failure()
2444 cases[i].expected_error, XML_ErrorString(cases[i].expected_error), in START_TEST()
2445 actual_error, XML_ErrorString(actual_error), in START_TEST()
7513 if (XML_ErrorString((enum XML_Error) - 1) != NULL) in START_TEST()
7515 if (XML_ErrorString((enum XML_Error)100) != NULL) in START_TEST()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c1625 const char *e = XML_ErrorString(XML_GetErrorCode(parser)); in xml_parse()
/netbsd-src/external/mit/expat/dist/
H A DChanges589 #162 Function XML_ErrorString was returning NULL rather than