Home | History | Annotate | Download | only in _ctypes

Lines Matching defs:GETFUNC

54 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size);
205 GETFUNC getfunc;
208 GETFUNC getfunc_swapped;
218 GETFUNC getfunc; /* getter function if proto is NULL */
241 GETFUNC getfunc; /* Only for simple objects */
263 setfunc and getfunc is only set for simple data types, it is copied from the
293 - getfunc: convert data from a memory block into a python value
361 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,