Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c4924 Pointer_set_contents(CDataObject *self, PyObject *value, void *closure) in Pointer_set_contents() function
4973 (setter)Pointer_set_contents,
4987 return Pointer_set_contents(self, value, NULL); in Pointer_init()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5144 Pointer_set_contents(CDataObject *self, PyObject *value, void *closure) in Pointer_set_contents() function
5190 (setter)Pointer_set_contents,
5204 return Pointer_set_contents(self, value, NULL); in Pointer_init()