Home | History | Annotate | Download | only in _ctypes

Lines Matching defs:GETFUNC

16 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size);
165 GETFUNC getfunc;
168 GETFUNC getfunc_swapped;
178 GETFUNC getfunc; /* getter function if proto is NULL */
201 GETFUNC getfunc; /* Only for simple objects */
223 setfunc and getfunc is only set for simple data types, it is copied from the
253 - getfunc: convert data from a memory block into a python value
319 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,