Home
last modified time | relevance | path

Searched refs:ffi_restype (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_ctypes/
Dcallbacks.c316 p->ffi_restype, in closure_fcn()
342 p->ffi_restype = NULL; in CThunkObject_new()
387 p->ffi_restype = &ffi_type_void; in _ctypes_alloc_callback()
396 p->ffi_restype = &dict->ffi_type_pointer; in _ctypes_alloc_callback()
Dctypes.h67 ffi_type *ffi_restype; member