Searched refs:example_struct (Results 1 – 1 of 1) sorted by relevance
725 struct example_struct { struct734 struct example_struct es1; in test_evutil_upcast() argument740 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); in test_evutil_upcast()743 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1); in test_evutil_upcast()