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

/dovecot/src/lib/
H A Dtest-priorityq.c7 struct pq_test_item { struct
14 const struct pq_test_item *i1 = p1, *i2 = p2;
31 struct pq_test_item *item, items[PQ_MAX_ITEMS];
47 item = p_new(pool, struct pq_test_item, 1);
53 item = (struct pq_test_item *)all_items[0];
56 item = (struct pq_test_item *)all_items[j];
63 item = (struct pq_test_item *)priorityq_peek(pq);
66 item = (struct pq_test_item *)priorityq_pop(pq);
93 item = (struct pq_test_item *)priorityq_pop(pq);

Completed in 549 milliseconds