Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dpyexpatns.h44 #define XML_ExpatVersionInfo PyExpat_XML_ExpatVersionInfo macro
Dexpat.h1008 XML_ExpatVersionInfo(void);
Dxmlparse.c2013 XML_ExpatVersionInfo(void) in XML_ExpatVersionInfo() function
/external/expat/lib/
Dexpat.h1009 XML_ExpatVersionInfo(void);
Dxmlparse.c2049 XML_ExpatVersionInfo(void) in XML_ExpatVersionInfo() function
/external/python/cpython2/Modules/
Dpyexpat.c1883 XML_Expat_Version info = XML_ExpatVersionInfo(); in MODULE_INITFUNC()