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

/dovecot/src/lib/
H A Dtest-priorityq.c21 #define PQ_MAX_ITEMS 100 macro
31 struct pq_test_item *item, items[PQ_MAX_ITEMS];
81 for (j = 0; j < PQ_MAX_ITEMS; j++) {
85 for (j = 0; j < PQ_MAX_ITEMS; j++) {
99 for (j = 0; j < PQ_MAX_ITEMS; j++) {

Completed in 988 milliseconds