Home
last modified time | relevance | path

Searched refs:PyCData_GetContainer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2637 PyCData_GetContainer(CDataObject *self) in PyCData_GetContainer() function
2658 container = PyCData_GetContainer(target); in GetKeepedObjects()
2717 ob = PyCData_GetContainer(target); in KeepRef()
5615 container = PyCData_GetContainer(obj); in cast()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2559 PyCData_GetContainer(CDataObject *self) in PyCData_GetContainer() function
2577 return PyCData_GetContainer(target)->b_objects; in GetKeepedObjects()
2641 ob = PyCData_GetContainer(target); in KeepRef()
5625 PyCData_GetContainer(obj); in cast()