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

/freebsd-11-stable/contrib/expat/lib/
H A Dexpat.h101 XML_ERROR_UNBOUND_PREFIX, enumerator in enum:XML_Error
H A Dxmlparse.c2286 case XML_ERROR_UNBOUND_PREFIX:
3288 return XML_ERROR_UNBOUND_PREFIX;
3373 return XML_ERROR_UNBOUND_PREFIX;
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c6774 if (XML_GetErrorCode(g_parser) != XML_ERROR_UNBOUND_PREFIX)
6831 expect_failure(text, XML_ERROR_UNBOUND_PREFIX,
6839 expect_failure(text, XML_ERROR_UNBOUND_PREFIX,
7382 expect_failure(text, XML_ERROR_UNBOUND_PREFIX, "Unbound prefixes not found");

Completed in 126 milliseconds