HomeSort by relevance Sort by last modified time
    Searched refs:StructDataEntry (Results 1 - 3 of 3) sorted by null

  /external/expat/tests/
structdata.h 48 } StructDataEntry;
52 int max_count; /* Number of StructDataEntry items in `entries` */
53 StructDataEntry *entries;
66 const StructDataEntry *expected,
structdata.c 88 StructDataEntry *entry;
93 StructDataEntry *new;
97 storage->max_count * sizeof(StructDataEntry));
115 const StructDataEntry *expected,
131 const StructDataEntry *got = &storage->entries[i];
132 const StructDataEntry *want = &expected[i];
runtests.c     [all...]

Completed in 190 milliseconds