Home
last modified time | relevance | path

Searched refs:XML_SUSPENDED (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c1581 case XML_SUSPENDED:
2267 case XML_SUSPENDED:
2311 case XML_SUSPENDED:
2384 case XML_SUSPENDED:
2422 case XML_SUSPENDED:
2450 case XML_SUSPENDED:
2588 case XML_SUSPENDED:
2606 parser->m_parsingStatus.parsing = XML_SUSPENDED;
2622 if (parser->m_parsingStatus.parsing != XML_SUSPENDED) {
2637 case XML_SUSPENDED:
[all …]
H A Dexpat.h847 enum XML_Parsing { XML_INITIALIZED, XML_PARSING, XML_FINISHED, XML_SUSPENDED }; enumerator
/freebsd/contrib/expat/tests/
H A Dhandlers.c637 if (status.parsing != XML_SUSPENDED) in external_entity_suspend_xmldecl()
H A Dbasic_tests.c2813 if (status.parsing != XML_SUSPENDED) in START_TEST()