Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dxmlstream.c99 real_size, error_code, XML_ErrorString(error_code)); in parseStreamCallback()
143 error_code, XML_ErrorString(error_code)); in main()
/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/dbus/bus/
Dconfig-loader-expat.c261 XML_ErrorString (e)); in bus_config_load()
/external/expat/lib/
Dexpat.h990 XML_ErrorString(enum XML_Error code);
Dxmlparse.c1939 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/avahi/avahi-daemon/
Dstatic-services.c630 …) failed at line %d: %s.\n", (int) XML_GetCurrentLineNumber(parser), XML_ErrorString(XML_GetErrorC… in static_service_group_load()
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp646 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file()
/external/expat/tests/
Druntests.c62 XML_ErrorString(err), in _xml_failure()