Searched refs:group_list (Results 1 – 4 of 4) sorted by relevance
156 static SegGroup* group_list = NULL; variable173 if (group_list == NULL) { in new_Seg()176 group_list = g; in new_Seg()178 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP); in new_Seg()179 if (group_list->nextfree == N_SEGS_PER_GROUP) { in new_Seg()181 g->admin = group_list; in new_Seg()182 group_list = g; in new_Seg()184 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP); in new_Seg()185 teg = &group_list->segs[ group_list->nextfree ]; in new_Seg()186 group_list->nextfree++; in new_Seg()
162 for group_list in match_list:163 link = group_list[1]
798 group_list = extendee_proto.Extensions[extension]801 self.assertTrue(group_list is not extendee_proto.Extensions[extension])
1134 group_list = extendee_proto.Extensions[extension]1137 self.assertTrue(group_list is not extendee_proto.Extensions[extension])