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

/dovecot/src/director/
H A Ddirector-host.c9 const struct director_host *b2)
13 ret = net_ip_cmp(&b1->ip, &b2->ip);
16 return (int)b1->port - (int)b2->port;
134 const struct director_host *b2,
139 if ((ret = director_host_cmp(b1, b2)) >= 0)
140 return ret == 0 ? 0 : -director_host_cmp_to_self(b2, b1, self);
143 self, b1, b2 -> b2
144 b1, self, b2 -> b1
145 b1, b2, sel
8 director_host_cmp(const struct director_host *b1, const struct director_host *b2) argument
133 director_host_cmp_to_self(const struct director_host *b1, const struct director_host *b2, const struct director_host *self) argument
[all...]
/dovecot/src/lib/
H A Dtest-data-stack.c37 void *b2 = t_buffer_get(1001); local
39 test_assert(b2 != b);
/dovecot/src/plugins/fts/
H A Dfts-search.c95 struct fts_backend *b1, *b2; local
98 b2 = fts_mailbox_backend(*m2);
99 if (b1 < b2)
101 if (b1 > b2)
/dovecot/src/plugins/virtual/
H A Dvirtual-sync.c122 struct virtual_backend_box *const *b2)
124 if ((*b1)->mailbox_id < (*b2)->mailbox_id)
126 if ((*b1)->mailbox_id > (*b2)->mailbox_id)
121 bbox_mailbox_id_cmp(struct virtual_backend_box *const *b1, struct virtual_backend_box *const *b2) argument

Completed in 18 milliseconds