Home
last modified time | relevance | path

Searched refs:XML_Feature (Results 1 – 6 of 6) sorted by relevance

/external/expat/amiga/include/libraries/
Dexpat.h537 } XML_Feature; typedef
539 const XML_Feature *
/external/expat/lib/
Dexpat.h994 } XML_Feature; typedef
996 XMLPARSEAPI(const XML_Feature *)
Dxmlparse.c1924 const XML_Feature * XMLCALL
1927 static const XML_Feature features[] = { in XML_GetFeatureList()
/external/expat/amiga/
Dexpat_vectors.c88 extern const XML_Feature * _Expat_XML_GetFeatureList(struct ExpatIFace *);
467 const XML_Feature * _Expat_XML_GetFeatureList(struct ExpatIFace * Self) in _Expat_XML_GetFeatureList()
/external/expat/amiga/include/interfaces/
Dexpat.h88 const XML_Feature * APICALL (*XML_GetFeatureList)(struct ExpatIFace *Self);
/external/expat/xmlwf/
Dxmlwf.c607 const XML_Feature *features = XML_GetFeatureList(); in showVersion()