Home | History | Annotate | Download | only in libevent

Lines Matching refs:ent

85 	} ent;
118 (x) = ent_ ? &ent_->ent.type : NULL; \
135 (ctor)(&ent_->ent.type); \
138 (x) = &ent_->ent.type; \
148 struct event_map_entry **ent, **next, *this;
149 for (ent = HT_START(event_io_map, ctx); ent; ent = next) {
150 this = *ent;
151 next = HT_NEXT_RMV(event_io_map, ctx, ent);
545 struct evmap_io *ctx = &(*mapent)->ent.evmap_io;