Home
last modified time | relevance | path

Searched refs:XMLIMPORT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/expat/
Dexpat_external.h85 #if !defined(XML_STATIC) && !defined(XMLIMPORT)
90 # define XMLIMPORT __declspec(dllimport) macro
96 #if !defined(XMLIMPORT) && defined(__GNUC__) && (__GNUC__ >= 4)
97 # define XMLIMPORT __attribute__ ((visibility ("default"))) macro
101 #ifndef XMLIMPORT
102 # define XMLIMPORT macro
117 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
/external/python/cpython3/Modules/expat/
Dexpat_external.h89 #if !defined(XML_STATIC) && !defined(XMLIMPORT)
94 # define XMLIMPORT __declspec(dllimport) macro
100 #if !defined(XMLIMPORT) && defined(__GNUC__) && (__GNUC__ >= 4)
101 # define XMLIMPORT __attribute__ ((visibility ("default"))) macro
105 #ifndef XMLIMPORT
106 # define XMLIMPORT macro
121 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
/external/expat/lib/
Dexpat_external.h85 #if !defined(XML_STATIC) && !defined(XMLIMPORT)
90 # define XMLIMPORT __declspec(dllimport) macro
96 #if !defined(XMLIMPORT) && defined(__GNUC__) && (__GNUC__ >= 4)
97 # define XMLIMPORT __attribute__ ((visibility ("default"))) macro
101 #ifndef XMLIMPORT
102 # define XMLIMPORT macro
117 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL