Searched defs:XML_ErrorString (Results 1 – 3 of 3) sorted by relevance
67 const XML_LChar * APICALL (*XML_ErrorString)(struct ExpatIFace *Self, enum XML_Error code); member
64 #define XML_ErrorString(code) IExpat->XML_ErrorString(code) macro
1928 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function