Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
D_ctypes.c1033 PyCPointerType_SetProto(StgDictObject *stgdict, PyObject *proto) in PyCPointerType_SetProto() function
1098 if (-1 == PyCPointerType_SetProto(stgdict, proto)) { in PyCPointerType_new()
1161 if (-1 == PyCPointerType_SetProto(dict, type)) in PyCPointerType_set_type()