Home
last modified time | relevance | path

Searched refs:SETFUNC (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
Dctypes.h17 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,
Dcallbacks.c136 SETFUNC setfunc, in _CallPythonObject()
Dcfield.c55 SETFUNC setfunc = NULL; in PyCField_FromDesc()
D_ctypes.c3084 _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()