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

/dovecot/src/director/
H A Duser-directory.c191 static int user_timestamp_cmp(struct user *const *user1, argument
194 if ((*user1)->timestamp < (*user2)->timestamp)
196 if ((*user1)->timestamp > (*user2)->timestamp)
/dovecot/src/doveadm/
H A Ddoveadm-who.c50 static int who_user_cmp(const struct who_user *user1, argument
53 if (strcmp(user1->username, user2->username) != 0)
55 if (strcmp(user1->service, user2->service) != 0)
58 if (user1->username[0] == '\0') {
62 who_user_ip(user1, &ip1);
H A Ddoveadm-dsync.c335 static bool paths_are_equal(struct mail_user *user1, struct mail_user *user2, argument
340 i_assert(user1->namespaces != NULL);
343 return mailbox_list_get_root_path(user1->namespaces->list, type, &path1) &&
/dovecot/src/replication/replicator/
H A Dreplicator-queue.c46 const struct replicator_user *user1 = p1, *user2 = p2; local
48 if (user1->priority > user2->priority)
50 if (user1->priority < user2->priority)
53 if (user1->priority != REPLICATION_PRIORITY_NONE) {
55 if (user1->last_fast_sync < user2->last_fast_sync)
57 if (user1->last_fast_sync > user2->last_fast_sync)
59 } else if (user1->last_sync_failed != user2->last_sync_failed) {
61 if (user1->last_sync_failed)
65 } else if (user1->last_sync_failed) {
67 if (user1
[all...]

Completed in 1331 milliseconds