Home | History | Annotate | Download | only in tests

Lines Matching defs:feature

4014     const XML_Feature *feature = XML_GetFeatureList();
4016 if (feature == NULL)
4018 for (; feature->feature != XML_FEATURE_END; feature++) {
4019 if (feature->feature == feature_id) {
4020 *presult = feature->value;
8037 /* Test feature information */
8045 fail("Failed to get feature information");
8047 while (features->feature != XML_FEATURE_END) {
8048 switch(features->feature) {