Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/
D__init__.py110 from _ctypes import FUNCFLAG_STDCALL as _FUNCFLAG_STDCALL unknown
113 _FUNCFLAG_STDCALL = _FUNCFLAG_CDECL variable
118 flags = _FUNCFLAG_STDCALL
398 _func_flags_ = _FUNCFLAG_STDCALL
422 _func_flags_ = _FUNCFLAG_STDCALL