Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c400 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new() function
463 return StructUnionType_new(type, args, kwds, 1); in PyCStructType_new()
469 return StructUnionType_new(type, args, kwds, 0); in UnionType_new()