Searched refs:StructUnionType_new (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 428 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new() function 491 return StructUnionType_new(type, args, kwds, 1); in PyCStructType_new() 497 return StructUnionType_new(type, args, kwds, 0); in UnionType_new()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 471 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new() function 534 return StructUnionType_new(type, args, kwds, 1); in PyCStructType_new() 540 return StructUnionType_new(type, args, kwds, 0); in UnionType_new()
|