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

/dovecot/src/director/
H A Ddirector-host.c8 static int director_host_cmp(const struct director_host *b1, argument
13 ret = net_ip_cmp(&b1->ip, &b2->ip);
16 return (int)b1->port - (int)b2->port;
133 int director_host_cmp_to_self(const struct director_host *b1, argument
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, b
[all...]
/dovecot/src/plugins/fts/
H A Dfts-search.c95 struct fts_backend *b1, *b2; local
97 b1 = fts_mailbox_backend(*m1);
99 if (b1 < b2)
101 if (b1 > b2)
/dovecot/src/auth/
H A Dauth-policy.c75 const char *b0, const char *b1)
77 i_assert(a0 <= a1 && b0 <= b1);
78 return memcmp(a0, b0, I_MIN((a1-a0),(b1-b0)));
74 auth_policy_strptrcmp(const char *a0, const char *a1, const char *b0, const char *b1) argument
/dovecot/src/plugins/virtual/
H A Dvirtual-sync.c121 static int bbox_mailbox_id_cmp(struct virtual_backend_box *const *b1, argument
124 if ((*b1)->mailbox_id < (*b2)->mailbox_id)
126 if ((*b1)->mailbox_id > (*b2)->mailbox_id)

Completed in 18 milliseconds