Searched refs:PyCType_Type (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 48 PyTypeObject *PyCType_Type; member 462 if (!PyObject_IsInstance((PyObject *)type, (PyObject *)state->PyCType_Type)) { in _stginfo_from_type() 466 StgInfo *info = PyObject_GetTypeData((PyObject *)type, state->PyCType_Type); in _stginfo_from_type() 515 if (!PyObject_IsInstance((PyObject *)type, (PyObject *)state->PyCType_Type)) { in PyStgInfo_Init() 521 StgInfo *info = PyObject_GetTypeData((PyObject *)type, state->PyCType_Type); in PyStgInfo_Init() 528 PyObject *module = PyType_GetModule(state->PyCType_Type); in PyStgInfo_Init()
|
D | _ctypes.c | 5763 CREATE_TYPE(st->PyCType_Type, &pyctype_type_spec, in _ctypes_add_types() 5771 NULL, st->PyCType_Type); in _ctypes_add_types() 5773 NULL, st->PyCType_Type); in _ctypes_add_types() 5775 NULL, st->PyCType_Type); in _ctypes_add_types() 5777 NULL, st->PyCType_Type); in _ctypes_add_types() 5779 NULL, st->PyCType_Type); in _ctypes_add_types() 5781 NULL, st->PyCType_Type); in _ctypes_add_types() 5938 Py_VISIT(st->PyCType_Type); in module_traverse() 5973 Py_CLEAR(st->PyCType_Type); in module_clear()
|