Searched refs:XML_GetErrorCode (Results 1 - 13 of 13) sorted by relevance

/external/expat/examples/
H A Delements.c58 XML_ErrorString(XML_GetErrorCode(parser)),
H A Doutline.c97 XML_ErrorString(XML_GetErrorCode(p)));
/external/expat/tests/benchmark/
H A Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)),
/external/expat/tests/
H A Druntests.c57 enum XML_Error err = XML_GetErrorCode(parser);
79 if (XML_GetErrorCode(parser) != errorCode)
163 if (XML_GetErrorCode(parser) != XML_ERROR_INVALID_TOKEN)
340 else if (XML_GetErrorCode(parser) != XML_ERROR_INVALID_TOKEN)
1038 if (XML_GetErrorCode(parser) != XML_ERROR_ABORTED)
1059 if (XML_GetErrorCode(parser) != XML_ERROR_NONE)
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.cc177 context_.RaiseError(XML_GetErrorCode(expat_));
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlparser.cc160 context_.RaiseError(XML_GetErrorCode(expat_));
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h919 XML_GetErrorCode returns information about the error.
922 XML_GetErrorCode(XML_Parser parser);
H A Dxmlparse.c1835 XML_GetErrorCode(XML_Parser parser) function
/external/expat/lib/
H A Dexpat.h919 XML_GetErrorCode returns information about the error.
922 XML_GetErrorCode(XML_Parser parser);
H A Dxmlparse.c1835 XML_GetErrorCode(XML_Parser parser) function
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp88 ALOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_GetErrorCode(mParser)));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c728 XML_FATAL ("%s.", XML_ErrorString(XML_GetErrorCode(p)));
935 XML_ERROR ("%s.", XML_ErrorString(XML_GetErrorCode(p)));
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c728 XML_FATAL ("%s.", XML_ErrorString(XML_GetErrorCode(p)));
935 XML_ERROR ("%s.", XML_ErrorString(XML_GetErrorCode(p)));

Completed in 1278 milliseconds