Home
last modified time | relevance | path

Searched refs:StructDataEntry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/expat/dist/tests/
H A Dstructdata.c77 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()
H A Dstructdata.h47 } StructDataEntry; typedef
52 StructDataEntry *entries;
60 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
H A Druntests.c1115 const StructDataEntry expected[] in START_TEST()
1121 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST()