Searched defs:atypes (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/_ctypes/libffi_osx/ |
H A D | ffi.c | 132 ffi_prep_cif( ffi_cif* cif, ffi_abi abi, unsigned int nargs, ffi_type* rtype, ffi_type** atypes) ffi_prep_cif() argument
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 89 ffi_type *atypes[1]; member
|
H A D | callproc.c | 1154 ffi_type **atypes; in _ctypes_callproc() local 801 _call_function_pointer(int flags, PPROC pProc, void **avalues, ffi_type **atypes, ffi_type *restype, void *resmem, int argcount, int argtypecount) _call_function_pointer() argument [all...] |
Completed in 4 milliseconds