Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
Dctypes.h52 PyTypeObject *PyCArrayType_Type; member
223 #define PyCArrayTypeObject_Check(st, v) PyObject_TypeCheck((v), (st)->PyCArrayType_Type)
D_ctypes.c5002 result = PyObject_CallFunction((PyObject *)st->PyCArrayType_Type, in PyCArrayType_from_ctype()
5776 CREATE_TYPE(st->PyCArrayType_Type, &pycarray_type_spec, in _ctypes_add_types()
5795 st->PyCArrayType_Type, st->PyCData_Type); in _ctypes_add_types()
5925 Py_VISIT(st->PyCArrayType_Type); in module_traverse()
5960 Py_CLEAR(st->PyCArrayType_Type); in module_clear()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv361 Modules/_ctypes/_ctypes.c - PyCArrayType_Type -
376 Modules/_ctypes/ctypes.h - PyCArrayType_Type -