Home
last modified time | relevance | path

Searched defs:PyAPI_DATA (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dpyport.h626 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE macro
643 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE macro
659 # define PyAPI_DATA(RTYPE) extern RTYPE macro
/external/python/cpython2/Include/
Dpyport.h772 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE macro
789 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE macro
805 # define PyAPI_DATA(RTYPE) extern RTYPE macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h38 #define PyAPI_DATA(RTYPE) extern RTYPE macro