Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dctypes.h284 #define FUNCFLAG_HRESULT 0x2 macro
Dcallproc.c1290 } else if (flags & FUNCFLAG_HRESULT) { in _ctypes_callproc()
D_ctypes.c5778 MOD_ADD("FUNCFLAG_HRESULT", PyLong_FromLong(FUNCFLAG_HRESULT)); in _ctypes_add_objects()