Home
last modified time | relevance | path

Searched refs:XML_ERROR_NO_ELEMENTS (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libexpat/lib/
Dexpat.h87 XML_ERROR_NO_ELEMENTS, enumerator
Dxmlparse.c2437 case XML_ERROR_NO_ELEMENTS: in XML_ErrorString()
2881 return XML_ERROR_NO_ELEMENTS; in doContent()
2897 return XML_ERROR_NO_ELEMENTS; in doContent()
3238 return XML_ERROR_NO_ELEMENTS; in doContent()
4787 return XML_ERROR_NO_ELEMENTS; in doProlog()
/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c2794 if (XML_GetErrorCode(g_parser) != XML_ERROR_NO_ELEMENTS) in START_TEST()