Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c297 if (flags & (FUNCFLAG_USE_ERRNO | FUNCFLAG_USE_LASTERROR)) { in _CallPythonObject()
301 if (flags & FUNCFLAG_USE_ERRNO) { in _CallPythonObject()
325 if (flags & FUNCFLAG_USE_ERRNO) { in _CallPythonObject()
Dctypes.h326 #define FUNCFLAG_USE_ERRNO 0x8 macro
Dcallproc.c816 if (flags & (FUNCFLAG_USE_ERRNO | FUNCFLAG_USE_LASTERROR)) { in _call_function_pointer()
825 if (flags & FUNCFLAG_USE_ERRNO) { in _call_function_pointer()
856 if (flags & FUNCFLAG_USE_ERRNO) { in _call_function_pointer()
D_ctypes.c5715 PyModule_AddObject(m, "FUNCFLAG_USE_ERRNO", PyInt_FromLong(FUNCFLAG_USE_ERRNO)); in init_ctypes()
/external/python/cpython2/Lib/ctypes/
D__init__.py34 FUNCFLAG_USE_ERRNO as _FUNCFLAG_USE_ERRNO, \