Searched refs:XML_STATUS_SUSPENDED (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h50 XML_STATUS_SUSPENDED = 2 enumerator in enum:XML_Status
51 #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED macro
804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
H A Dxmlparse.c1536 return XML_STATUS_SUSPENDED;
1568 result = XML_STATUS_SUSPENDED;
1661 result = XML_STATUS_SUSPENDED;
1810 result = XML_STATUS_SUSPENDED;
/external/expat/lib/
H A Dexpat.h50 XML_STATUS_SUSPENDED = 2 enumerator in enum:XML_Status
51 #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED macro
804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
H A Dxmlparse.c1536 return XML_STATUS_SUSPENDED;
1568 result = XML_STATUS_SUSPENDED;
1661 result = XML_STATUS_SUSPENDED;
1810 result = XML_STATUS_SUSPENDED;
/external/expat/tests/
H A Druntests.c1057 if (XML_Parse(parser, text, strlen(text), XML_TRUE) != XML_STATUS_SUSPENDED)

Completed in 1589 milliseconds