Searched refs:StructDataEntry (Results 1 – 3 of 3) sorted by relevance
85 StructDataEntry *entry; in StructData_AddItem()90 StructDataEntry *new_entries; in StructData_AddItem()94 storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem()111 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()125 const StructDataEntry *got = &storage->entries[i]; in StructData_CheckItems()126 const StructDataEntry *want = &expected[i]; in StructData_CheckItems()
49 } StructDataEntry; typedef54 StructDataEntry *entries;62 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
690 const StructDataEntry expected[] in START_TEST()696 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST()