Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallbacks.c219 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()
Dctypes.h287 #define FUNCFLAG_USE_LASTERROR 0x10 macro
Dcallproc.c894 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()
D_ctypes.c5783 MOD_ADD("FUNCFLAG_USE_LASTERROR", PyLong_FromLong(FUNCFLAG_USE_LASTERROR)); in _ctypes_add_objects()
/third_party/python/Lib/ctypes/
D__init__.py36 FUNCFLAG_USE_LASTERROR as _FUNCFLAG_USE_LASTERROR