Searched defs:priorityq_item (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dpriorityq.h5 must begin with a struct priorityq_item. This is necessary for
8 struct priorityq_item { struct
26 void priorityq_add(struct priorityq *pq, struct priorityq_item *item);
28 void priorityq_remove(struct priorityq *pq, struct priorityq_item *item);
31 struct priorityq_item *priorityq_peek(struct priorityq *pq);
33 struct priorityq_item *priorityq_pop(struct priorityq *pq);
37 struct priorityq_item *const *priorityq_items(struct priorityq *pq);

Completed in 9 milliseconds