Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
Dctypes.h56 PyTypeObject *Struct_Type; member
D_ctypes.c5788 MOD_ADD_TYPE(st->Struct_Type, &pycstruct_spec, in _ctypes_add_types()
5929 Py_VISIT(st->Struct_Type); in module_traverse()
5964 Py_CLEAR(st->Struct_Type); in module_clear()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv371 Modules/_ctypes/_ctypes.c - Struct_Type -