Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dstgdict.c716 Py_ssize_t dummy_index = 0; /* index into dummy field pointers */ in PyCStructUnionType_update_stgdict() local
864 structs[struct_index].elements = &dummy_types[dummy_index]; in PyCStructUnionType_update_stgdict()
868 assert(dummy_index < (num_ffi_type_pointers)); in PyCStructUnionType_update_stgdict()
869 dummy_types[dummy_index++] = &edict->ffi_type_pointer; in PyCStructUnionType_update_stgdict()
872 assert(dummy_index < (num_ffi_type_pointers)); in PyCStructUnionType_update_stgdict()
873 dummy_types[dummy_index++] = NULL; in PyCStructUnionType_update_stgdict()