Home
last modified time | relevance | path

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

/external/expat/tests/
Dstructdata.c79 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()
Dstructdata.h48 } StructDataEntry; typedef
53 StructDataEntry *entries;
61 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
Druntests.c1114 const StructDataEntry expected[] in START_TEST()
1120 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST()