Searched refs:example_struct (Results 1 – 2 of 2) sorted by relevance
20 } example_struct; typedef67 example_struct struct_flag: 1;
730 struct example_struct { struct739 struct example_struct es1; in test_evutil_upcast() argument745 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); in test_evutil_upcast()748 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1); in test_evutil_upcast()