Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dctypes.h154 extern PyObject *PyCData_AtAddress(PyObject *type, void *buf);
D_ctypes.c601 return PyCData_AtAddress(type, buf); in CDataType_from_address()
670 result = PyCData_AtAddress(type, (char *)buffer->buf + offset); in CDataType_from_buffer()
794 return PyCData_AtAddress(type, address); in CDataType_in_dll()
3024 PyCData_AtAddress(PyObject *type, void *buf) in PyCData_AtAddress() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dctypes.h173 extern PyObject *PyCData_AtAddress(PyObject *type, void *buf);
D_ctypes.c558 return PyCData_AtAddress(type, buf); in CDataType_from_address()
608 result = PyCData_AtAddress(type, (char *)buffer + offset); in CDataType_from_buffer()
730 return PyCData_AtAddress(type, address); in CDataType_in_dll()
2950 PyCData_AtAddress(PyObject *type, void *buf) in PyCData_AtAddress() function