Home
last modified time | relevance | path

Searched refs:XML_Expat_Version (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/expat/
Dexpat.h1002 } XML_Expat_Version; typedef
1007 XMLPARSEAPI(XML_Expat_Version)
Dxmlparse.c2012 XML_Expat_Version XMLCALL
2015 XML_Expat_Version version; in XML_ExpatVersionInfo()
/external/expat/lib/
Dexpat.h1003 } XML_Expat_Version; typedef
1008 XMLPARSEAPI(XML_Expat_Version)
Dxmlparse.c2048 XML_Expat_Version XMLCALL
2051 XML_Expat_Version version; in XML_ExpatVersionInfo()
/external/python/cpython2/Modules/
Dpyexpat.c1883 XML_Expat_Version info = XML_ExpatVersionInfo(); in MODULE_INITFUNC()