Home
last modified time | relevance | path

Searched refs:XML_FEATURE_END (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dmisc_tests.c226 while (features->feature != XML_FEATURE_END) { in START_TEST()
H A Dbasic_tests.c2878 for (; feature->feature != XML_FEATURE_END; feature++) {
/freebsd/contrib/expat/lib/
H A Dexpat.h1020 XML_FEATURE_END = 0,
1018 XML_FEATURE_END = 0, global() enumerator
H A Dxmlparse.c2611 {XML_FEATURE_END, NULL, 0}}; in XML_SetBillionLaughsAttackProtectionMaximumAmplification()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c860 if (features != NULL && features[0].feature != XML_FEATURE_END) { in showVersion()
865 while (features[i].feature != XML_FEATURE_END) { in showVersion()