Home
last modified time | relevance | path

Searched defs:XML_ErrorString (Results 1 – 3 of 3) sorted by relevance

/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/inline4/
H A Dexpat.h64 #define XML_ErrorString(code) IExpat->XML_ErrorString(code) macro
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c1928 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function