Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
Dctypes.h47 PyTypeObject *StructParam_Type; member
D_ctypes.c604 PyTypeObject *tp = st->StructParam_Type; in StructUnionType_paramfunc()
5814 CREATE_TYPE(st->StructParam_Type, &structparam_spec, NULL, NULL); in _ctypes_add_types()
5921 Py_VISIT(st->StructParam_Type); in module_traverse()
5956 Py_CLEAR(st->StructParam_Type); in module_clear()