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

/freebsd-11-stable/contrib/expat/lib/
H A Dexpat.h68 XML_STATUS_SUSPENDED = 2 enumerator in enum:XML_Status
69 #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED macro
784 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
H A Dxmlparse.c1765 return XML_STATUS_SUSPENDED;
1805 result = XML_STATUS_SUSPENDED;
1903 result = XML_STATUS_SUSPENDED;
2091 result = XML_STATUS_SUSPENDED;
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c2027 != XML_STATUS_SUSPENDED)
2084 != XML_STATUS_SUSPENDED)
2495 if (result != XML_STATUS_SUSPENDED) {
2976 if (XML_ResumeParser(g_parser) != XML_STATUS_SUSPENDED)
3221 if (XML_ParseBuffer(ext_parser, parse_len, XML_FALSE) != XML_STATUS_SUSPENDED)
4712 != XML_STATUS_SUSPENDED)
4773 != XML_STATUS_SUSPENDED)
4793 else if (rc != XML_STATUS_SUSPENDED)
4881 != XML_STATUS_SUSPENDED)
4884 if (XML_ResumeParser(g_parser) != XML_STATUS_SUSPENDED)
[all...]

Completed in 179 milliseconds