Searched refs:GETFUNC (Results 1 – 3 of 3) sorted by relevance
54 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size); typedef205 GETFUNC getfunc;208 GETFUNC getfunc_swapped;218 GETFUNC getfunc; /* getter function if proto is NULL */241 GETFUNC getfunc; /* Only for simple objects */361 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,
55 GETFUNC getfunc = NULL; in PyCField_FromDesc()
2895 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get()