Searched refs:StructDataEntry (Results 1 – 3 of 3) sorted by relevance
79 StructDataEntry *entry; in StructData_AddItem()84 StructDataEntry *new; in StructData_AddItem()88 storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem()105 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()119 const StructDataEntry *got = &storage->entries[i]; in StructData_CheckItems()120 const StructDataEntry *want = &expected[i]; in StructData_CheckItems()
48 } StructDataEntry; typedef53 StructDataEntry *entries;61 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
1114 const StructDataEntry expected[] in START_TEST()1120 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST()