Searched refs:dllist (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | test-llist.c | 7 struct dllist { struct 8 struct dllist *prev, *next; 13 struct dllist *head = NULL, *l4, *l3, *l2, *l1; 14 struct dllist empty = { NULL, NULL }; 16 l4 = t_new(struct dllist, 1); 17 l3 = t_new(struct dllist, 1); 18 l2 = t_new(struct dllist, 1); 19 l1 = t_new(struct dllist, 1); 21 test_begin("dllist"); 66 struct dllist *hea [all...] |
Completed in 8 milliseconds