Searched refs:_call_function_pointer (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Modules/_ctypes/ |
| D | callproc.c | 798 static int _call_function_pointer(int flags, in _call_function_pointer() function 1259 if (-1 == _call_function_pointer(flags, pProc, avalues, atypes, in _ctypes_callproc()
|
| /external/python/cpython2/Modules/_ctypes/ |
| D | callproc.c | 772 static int _call_function_pointer(int flags, in _call_function_pointer() function 1184 if (-1 == _call_function_pointer(flags, pProc, avalues, atypes, in _ctypes_callproc()
|