Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h667 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE macro
683 # define PyAPI_FUNC(RTYPE) Py_IMPORTED_SYMBOL RTYPE macro
698 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE macro
/external/python/cpython2/Include/
Dpyport.h771 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE macro
787 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE macro
802 # define PyAPI_FUNC(RTYPE) RTYPE macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h34 # define PyAPI_FUNC(RTYPE) RTYPE macro
36 # define PyAPI_FUNC(RTYPE) extern RTYPE macro