Searched refs:struct_index (Results 1 – 3 of 3) sorted by relevance
719 Py_ssize_t struct_index = 0; /* index into dummy structs */ in PyCStructUnionType_update_stgdict() local862 element_types[element_index++] = &structs[struct_index]; in PyCStructUnionType_update_stgdict()863 structs[struct_index].size = length * edict->ffi_type_pointer.size; in PyCStructUnionType_update_stgdict()864 structs[struct_index].alignment = edict->ffi_type_pointer.alignment; in PyCStructUnionType_update_stgdict()865 structs[struct_index].type = FFI_TYPE_STRUCT; in PyCStructUnionType_update_stgdict()866 structs[struct_index].elements = &dummy_types[dummy_index]; in PyCStructUnionType_update_stgdict()867 ++struct_index; in PyCStructUnionType_update_stgdict()
84 void struct_index(struct S1 *p) { in struct_index() function
1365 struct_index = self._struct_unions[tp]1366 self.cffi_types[index] = CffiOp(OP_STRUCT_UNION, struct_index)