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.c2771 for (; feature->feature != XML_FEATURE_END; feature++) { in get_feature()
/freebsd/contrib/expat/lib/
H A Dexpat.h1017 XML_FEATURE_END = 0, enumerator
H A Dxmlparse.c2586 {XML_FEATURE_END, NULL, 0}}; in XML_GetFeatureList()
/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()