Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dctypes.h16 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size); typedef
165 GETFUNC getfunc;
168 GETFUNC getfunc_swapped;
178 GETFUNC getfunc; /* getter function if proto is NULL */
201 GETFUNC getfunc; /* Only for simple objects */
321 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,
Dcfield.c56 GETFUNC getfunc = NULL; in PyCField_FromDesc()
D_ctypes.c3067 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get()