Searched refs:SETFUNC (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | ctypes.h | 17 typedef PyObject *(* SETFUNC)(void *, PyObject *value, Py_ssize_t size); typedef 66 SETFUNC setfunc; 164 SETFUNC setfunc; 167 SETFUNC setfunc_swapped; 179 SETFUNC setfunc; /* setter function if proto is NULL */ 200 SETFUNC setfunc; /* Only for simple objects */ 325 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value,
|
D | callbacks.c | 136 SETFUNC setfunc, in _CallPythonObject()
|
D | cfield.c | 55 SETFUNC setfunc = NULL; in PyCField_FromDesc()
|
D | _ctypes.c | 3084 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set() 3192 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set()
|