Home | History | Annotate | Download | only in libevent

Lines Matching defs:TAILQ_ENTRY

202 #ifndef TAILQ_ENTRY
204 #define TAILQ_ENTRY(type) \
209 #endif /* !TAILQ_ENTRY */
214 TAILQ_ENTRY (event) ev_next;
215 TAILQ_ENTRY (event) ev_active_next;
216 TAILQ_ENTRY (event) ev_signal_next;
248 TAILQ_ENTRY(evkeyval) next;
255 #undef TAILQ_ENTRY