Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dxmlstream.c105 real_size, error_code, XML_ErrorString(error_code)); in parseStreamCallback()
150 error_code, XML_ErrorString(error_code)); in main()
/external/expat/examples/
Delements.c65 XML_ErrorString(XML_GetErrorCode(parser)), in main()
Doutline.c104 XML_ErrorString(XML_GetErrorCode(p))); in main()
/external/expat/tests/benchmark/
Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)), in main()
/external/skia/src/xml/
DSkXMLParser.cpp169 const XML_LChar* errorString = XML_ErrorString(error); in parse()
/external/expat/lib/
Dexpat.h993 XML_ErrorString(enum XML_Error code);
Dxmlparse.c1978 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/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/skia/src/ports/
DSkFontMgr_android_parser.cpp648 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file()
/external/expat/tests/
Druntests.c67 XML_ErrorString(err), in _xml_failure()