Home
last modified time | relevance | path

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

/external/expat/examples/
Delements.c58 XML_ErrorString(XML_GetErrorCode(parser)), in main()
Doutline.c97 XML_ErrorString(XML_GetErrorCode(p))); in main()
/external/expat/tests/benchmark/
Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)), in main()
/external/expat/lib/
Dexpat.h990 XML_ErrorString(enum XML_Error code);
Dxmlparse.c1928 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function
/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.c728 XML_FATAL ("%s.", XML_ErrorString(XML_GetErrorCode(p))); in driParseOptionInfo()
935 XML_ERROR ("%s.", XML_ErrorString(XML_GetErrorCode(p))); in parseOneConfigFile()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
Dxmlconfig.c728 XML_FATAL ("%s.", XML_ErrorString(XML_GetErrorCode(p))); in driParseOptionInfo()
935 XML_ERROR ("%s.", XML_ErrorString(XML_GetErrorCode(p))); in parseOneConfigFile()
/external/svox/pico/tts/
Dsvox_ssml_parser.cpp88 …ser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_GetErrorC… in parseDocument()
/external/expat/tests/
Druntests.c62 XML_ErrorString(err), in _xml_failure()