Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dctypes.h282 #define FUNCFLAG_STDCALL 0x0 macro
D_ctypes.c5779 MOD_ADD("FUNCFLAG_STDCALL", PyLong_FromLong(FUNCFLAG_STDCALL)); in _ctypes_add_objects()
/third_party/python/Lib/ctypes/
D__init__.py111 from _ctypes import FUNCFLAG_STDCALL as _FUNCFLAG_STDCALL