Searched refs:user2 (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/replication/replicator/ |
H A D | replicator-queue.c | 46 const struct replicator_user *user1 = p1, *user2 = p2; local 48 if (user1->priority > user2->priority) 50 if (user1->priority < user2->priority) 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) { 67 if (user1->last_fast_sync < user2->last_fast_sync) 69 if (user1->last_fast_sync > user2->last_fast_sync) 73 if (user1->last_full_sync < user2->last_full_sync) 75 if (user1->last_full_sync > user2 [all...] |
/dovecot/src/lib-storage/ |
H A D | mail-user.c | 665 struct mail_user *user2; local 667 user2 = mail_user_alloc(event_get_parent(user->event), user->username, 669 if (user2->_service_user != NULL) { 670 user2->_service_user = user->_service_user; 671 mail_storage_service_user_ref(user2->_service_user); 674 mail_user_set_home(user2, user->_home); 675 mail_user_set_vars(user2, user->service, &user->conn); 676 user2->uid = user->uid; 677 user2->gid = user->gid; 678 user2 [all...] |
/dovecot/src/doveadm/ |
H A D | doveadm-who.c | 51 const struct who_user *user2) 53 if (strcmp(user1->username, user2->username) != 0) 55 if (strcmp(user1->service, user2->service) != 0) 63 who_user_ip(user2, &ip2); 50 who_user_cmp(const struct who_user *user1, const struct who_user *user2) argument
|
H A D | doveadm-dsync.c | 335 static bool paths_are_equal(struct mail_user *user1, struct mail_user *user2, argument 341 i_assert(user2->namespaces != NULL); 344 mailbox_list_get_root_path(user2->namespaces->list, type, &path2) && 355 struct mail_user *user2; local 380 &user2, &error); 386 doveadm_user_init_dsync(user2); 389 mail_namespaces_get_root_sep(user2->namespaces)) { 394 mail_user_unref(&user2); 397 if (paths_are_equal(user, user2, MAILBOX_LIST_PATH_TYPE_MAILBOX) && 398 paths_are_equal(user, user2, MAILBOX_LIST_PATH_TYPE_INDE [all...] |
/dovecot/src/director/ |
H A D | user-directory.c | 192 struct user *const *user2) 194 if ((*user1)->timestamp < (*user2)->timestamp) 196 if ((*user1)->timestamp > (*user2)->timestamp) 191 user_timestamp_cmp(struct user *const *user1, struct user *const *user2) argument
|
Completed in 32 milliseconds