Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c927 PyCPointerType_SetProto(StgDictObject *stgdict, PyObject *proto) in PyCPointerType_SetProto() function
988 if (proto && -1 == PyCPointerType_SetProto(stgdict, proto)) { in PyCPointerType_new()
1049 if (-1 == PyCPointerType_SetProto(dict, type)) in PyCPointerType_set_type()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c970 PyCPointerType_SetProto(StgDictObject *stgdict, PyObject *proto) in PyCPointerType_SetProto() function
1031 if (proto && -1 == PyCPointerType_SetProto(stgdict, proto)) { in PyCPointerType_new()
1092 if (-1 == PyCPointerType_SetProto(dict, type)) in PyCPointerType_set_type()