Searched refs:StructDataEntry (Results 1 – 3 of 3) sorted by relevance
77 StructDataEntry *entry; in StructData_AddItem()82 StructDataEntry *new; in StructData_AddItem()86 storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem()103 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()117 const StructDataEntry *got = &storage->entries[i]; in StructData_CheckItems()118 const StructDataEntry *want = &expected[i]; in StructData_CheckItems()
47 } StructDataEntry; typedef52 StructDataEntry *entries;60 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
1115 const StructDataEntry expected[] in START_TEST()1121 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST()