Searched refs:StructDataEntry (Results 1 – 3 of 3) sorted by relevance
83 StructDataEntry *entry; in StructData_AddItem()88 StructDataEntry *new_entries; in StructData_AddItem()92 storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem()109 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()123 const StructDataEntry *got = &storage->entries[i]; in StructData_CheckItems()124 const StructDataEntry *want = &expected[i]; in StructData_CheckItems()
47 } StructDataEntry; typedef52 StructDataEntry *entries;60 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
671 const StructDataEntry expected[] in START_TEST() 677 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST()