Searched refs:CThunkObject (Results 1 – 3 of 3) sorted by relevance
21 CThunkObject *self = (CThunkObject *)_self; in CThunkObject_dealloc()34 CThunkObject *self = (CThunkObject *)_self; in CThunkObject_traverse()44 CThunkObject *self = (CThunkObject *)_self; in CThunkObject_clear()54 sizeof(CThunkObject), /* tp_basicsize */374 CThunkObject *p = (CThunkObject *)userdata; in closure_fcn()385 static CThunkObject* CThunkObject_new(Py_ssize_t nArgs) in CThunkObject_new()387 CThunkObject *p; in CThunkObject_new()390 p = PyObject_GC_NewVar(CThunkObject, &PyCThunk_Type, nArgs); in CThunkObject_new()412 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()418 CThunkObject *p; in _ctypes_alloc_callback()
109 } CThunkObject; typedef127 CThunkObject *thunk;197 extern CThunkObject *_ctypes_alloc_callback(PyObject *callable,
3491 CThunkObject *thunk; in PyCFuncPtr_new()