Searched defs:PyAPI_FUNC (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpyport.h872 PyAPI_FUNC(type): Declares a public Python API function and return type
897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE macro
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE macro
915 # define PyAPI_FUNC(RTYPE) RTYPE macro
935 #ifndef PyAPI_FUNC
936 # define PyAPI_FUNC(RTYPE) RTYPE macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpyport.h872 PyAPI_FUNC(type): Declares a public Python API function and return type
897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE macro
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE macro
915 # define PyAPI_FUNC(RTYPE) RTYPE macro
935 #ifndef PyAPI_FUNC
936 # define PyAPI_FUNC(RTYPE) RTYPE macro

Completed in 143 milliseconds