Home
last modified time | relevance | path

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

/minix3/external/mit/expat/dist/examples/
H A Delements.c58 XML_ErrorString(XML_GetErrorCode(parser)), in main()
H A Doutline.c97 XML_ErrorString(XML_GetErrorCode(p))); in main()
/minix3/external/mit/expat/dist/lib/
H A Dlibexpatw.def6 XML_ErrorString @2
H A Dlibexpat.def6 XML_ErrorString @2
H A Dexpat.h990 XML_ErrorString(enum XML_Error code);
H A Dxmlparse.c1928 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function
/minix3/external/mit/expat/dist/amiga/include/inline4/
H A Dexpat.h64 #define XML_ErrorString(code) IExpat->XML_ErrorString(code) macro
/minix3/external/mit/expat/dist/tests/benchmark/
H A Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)), in main()
/minix3/external/mit/expat/dist/bcb5/
H A Dlibexpatw_mtd.def77 XML_ErrorString = _XML_ErrorString
H A Dlibexpat_mtd.def77 XML_ErrorString = _XML_ErrorString
/minix3/external/mit/expat/dist/xmlwf/
H A Dxmlfile.c64 const XML_Char *message = XML_ErrorString(code); in reportError()
H A Dxmlwin32url.cxx128 const XML_Char *message = XML_ErrorString(code); in reportError()
/minix3/external/mit/expat/dist/amiga/include/interfaces/
H A Dexpat.h67 const XML_LChar * APICALL (*XML_ErrorString)(struct ExpatIFace *Self, enum XML_Error code); member
/minix3/external/mit/expat/dist/amiga/include/libraries/
H A Dexpat.h508 XML_ErrorString(enum XML_Error code);
/minix3/external/mit/expat/dist/amiga/
H A Dexpat_vectors.c364 return XML_ErrorString(code); in _Expat_XML_ErrorString()
H A Dexpat_68k.c558 return Self->XML_ErrorString((int)regarray[0]); in stub_XML_ErrorStringPPC()
/minix3/external/mit/expat/dist/tests/
H A Druntests.c62 XML_ErrorString(err), in _xml_failure()