Searched refs:CThunkObject (Results 1 – 3 of 3) sorted by relevance
17 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_dealloc()30 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_traverse()40 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_clear()50 sizeof(CThunkObject), /* tp_basicsize */313 CThunkObject *p = (CThunkObject *)userdata; in closure_fcn()324 static CThunkObject* CThunkObject_new(Py_ssize_t nArgs) in CThunkObject_new()326 CThunkObject *p; in CThunkObject_new()329 p = PyObject_GC_NewVar(CThunkObject, &PyCThunk_Type, nArgs); in CThunkObject_new()350 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()356 CThunkObject *p; in _ctypes_alloc_callback()
69 } CThunkObject; typedef87 CThunkObject *thunk;157 extern CThunkObject *_ctypes_alloc_callback(PyObject *callable,
3709 CThunkObject *thunk; in PyCFuncPtr_new()