Searched refs:l2 (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib/
H A Dtest-llist.c13 struct dllist *head = NULL, *l4, *l3, *l2, *l1; local
18 l2 = t_new(struct dllist, 1);
29 DLLIST_PREPEND(&head, l2);
32 DLLIST_REMOVE(&head, l2);
33 test_assert(l2->prev == NULL && l2->next == NULL);
66 struct dllist *head = NULL, *tail = NULL, *l4, *l3, *l2, *l1; local
71 l2 = t_new(struct dllist, 1);
88 DLLIST2_PREPEND(&head, &tail, l2);
89 test_assert(head == l2
[all...]
/dovecot/src/doveadm/
H A Ddoveadm-oldstats.c246 static int sort_cpu(struct top_line *const *l1, struct top_line *const *l2) argument
251 d2 = sort_cpu_diff(*l2);
257 (*l2)->cur_values[sort_ctx->user_idx]);
278 static int sort_num(struct top_line *const *l1, struct top_line *const *l2) argument
283 n2 = sort_num_diff(*l2);
289 (*l2)->cur_values[sort_ctx->user_idx]);
/dovecot/src/master/
H A Dservice-listen.c382 const struct service_listener *l2)
384 if (l1->type != l2->type)
396 if (memcmp(&l1->set.inetset.ip, &l2->set.inetset.ip,
399 if (l1->set.inetset.set->port != l2->set.inetset.set->port)
381 listener_equals(const struct service_listener *l1, const struct service_listener *l2) argument
/dovecot/src/lib-index/
H A Dmail-cache-lookup.c494 const struct header_lookup_line *l2)
496 return (int)l1->line_num - (int)l2->line_num;
493 header_lookup_line_cmp(const struct header_lookup_line *l1, const struct header_lookup_line *l2) argument
/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c26 const struct index_mail_line *l2)
30 diff = (int)l1->field_idx - (int)l2->field_idx;
32 (int)l1->line_num - (int)l2->line_num;
25 header_line_cmp(const struct index_mail_line *l1, const struct index_mail_line *l2) argument

Completed in 13 milliseconds