Home
last modified time | relevance | path

Searched refs:XML_ErrorString (Results 1 – 16 of 16) 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/python/cpython2/Modules/expat/
Dpyexpatns.h42 #define XML_ErrorString PyExpat_XML_ErrorString macro
Dexpat.h992 XML_ErrorString(enum XML_Error code);
Dxmlparse.c1942 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function
/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/python/cpython2/Modules/
Dpyexpat.c132 XML_ErrorString(code), lineno, column); in set_error()
1796 return Py_BuildValue("z", XML_ErrorString((int)code)); in pyexpat_ErrorString()
1956 (char*)XML_ErrorString(name)) in MODULE_INITFUNC()
2032 capi.ErrorString = XML_ErrorString; in MODULE_INITFUNC()
/external/mesa3d/src/intel/tools/
Ddecoder.c542 XML_ErrorString(XML_GetErrorCode(ctx.parser))); in gen_spec_load()
602 XML_ErrorString(XML_GetErrorCode(ctx.parser))); in gen_spec_load_from_path()
/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.c727 XML_FATAL ("%s.", XML_ErrorString(XML_GetErrorCode(p))); in driParseOptionInfo()
930 XML_ERROR ("%s.", XML_ErrorString(XML_GetErrorCode(p))); in parseOneConfigFile()
/external/svox/pico/tts/
Dsvox_ssml_parser.cpp93 …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()