Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/tests/
H A Dmisc_tests.c516 assert_true(XML_GetErrorCode(parser) == XML_ERROR_NOT_STARTED); in START_TEST()
/openbsd/lib/libexpat/lib/
H A Dexpat.h135 XML_ERROR_NOT_STARTED, enumerator
H A Dxmlparse.c2239 parser->m_errorCode = XML_ERROR_NOT_STARTED; in XML_StopParser()
2530 case XML_ERROR_NOT_STARTED: in XML_ErrorString()
/openbsd/lib/libexpat/
H A DChanges38 A new error code XML_ERROR_NOT_STARTED was introduced to