Home
last modified time | relevance | path

Searched refs:XML_ExpatVersion (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/expat/
Dpyexpatns.h43 #define XML_ExpatVersion PyExpat_XML_ExpatVersion macro
Dexpat.h996 XML_ExpatVersion(void);
Dxmlparse.c1993 XML_ExpatVersion(void) { in XML_ExpatVersion() function
/external/expat/lib/
Dexpat.h997 XML_ExpatVersion(void);
Dxmlparse.c2029 XML_ExpatVersion(void) { in XML_ExpatVersion() function
/external/expat/tests/
Druntests.c1696 printf("Expat version: %s\n", XML_ExpatVersion()); in main()
/external/python/cpython2/Modules/
Dpyexpat.c1881 (char *) XML_ExpatVersion()); in MODULE_INITFUNC()