tevent_queue_entry   31 lib/tevent/tevent_queue.c 	struct tevent_queue_entry *prev, *next;
tevent_queue_entry   51 lib/tevent/tevent_queue.c 	struct tevent_queue_entry *list;
tevent_queue_entry   94 lib/tevent/tevent_queue.c 		struct tevent_queue_entry *e = q->list;
tevent_queue_entry  153 lib/tevent/tevent_queue.c 	struct tevent_queue_entry *e;
tevent_queue_entry  155 lib/tevent/tevent_queue.c 	e = talloc_zero(req, struct tevent_queue_entry);
tevent_queue_entry  166 lib/tevent/tevent_queue.c 	DLIST_ADD_END(queue->list, e, struct tevent_queue_entry *);