Home
last modified time | relevance | path

Searched refs:xmlFeature (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1233 } xmlFeature; typedef
1236 xmlHasFeature (xmlFeature feature);
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1368 * xmlFeature:
1374 d xmlFeature s based(######typedef######)
1434 d feature value like(xmlFeature)
/external/libxml2/
Dparser.c846 xmlHasFeature(xmlFeature feature) in xmlHasFeature()
Dtestapi.c1111 static xmlFeature gen_xmlFeature(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlFeature()
1119 static void des_xmlFeature(int no ATTRIBUTE_UNUSED, xmlFeature val ATTRIBUTE_UNUSED, int nr ATTRIBU… in des_xmlFeature()
13266 xmlFeature feature; /* the feature to be examined */ in test_xmlHasFeature()