Searched refs:FUNCFLAG_USE_LASTERROR (Results 1 – 5 of 5) sorted by relevance
219 if (flags & (FUNCFLAG_USE_ERRNO | FUNCFLAG_USE_LASTERROR)) { in _CallPythonObject()229 if (flags & FUNCFLAG_USE_LASTERROR) { in _CallPythonObject()244 if (flags & FUNCFLAG_USE_LASTERROR) { in _CallPythonObject()
287 #define FUNCFLAG_USE_LASTERROR 0x10 macro
894 if (flags & (FUNCFLAG_USE_ERRNO | FUNCFLAG_USE_LASTERROR)) { in _call_function_pointer()907 if (flags & FUNCFLAG_USE_LASTERROR) { in _call_function_pointer()925 if (flags & FUNCFLAG_USE_LASTERROR) { in _call_function_pointer()
5783 MOD_ADD("FUNCFLAG_USE_LASTERROR", PyLong_FromLong(FUNCFLAG_USE_LASTERROR)); in _ctypes_add_objects()
36 FUNCFLAG_USE_LASTERROR as _FUNCFLAG_USE_LASTERROR