Home
last modified time | relevance | path

Searched refs:GETFUNC (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dctypes.h54 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size); typedef
205 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,
Dcfield.c55 GETFUNC getfunc = NULL; in PyCField_FromDesc()
D_ctypes.c2895 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get()