Searched refs:FUNCFLAG_STDCALL (Results 1 – 3 of 3) sorted by relevance
282 #define FUNCFLAG_STDCALL 0x0 macro
5779 MOD_ADD("FUNCFLAG_STDCALL", PyLong_FromLong(FUNCFLAG_STDCALL)); in _ctypes_add_objects()
111 from _ctypes import FUNCFLAG_STDCALL as _FUNCFLAG_STDCALL