Searched refs:local_box (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c621 dsync_cache_fields_update(const struct dsync_mailbox *local_box, argument
637 t_array_init(&local_sorted, array_count(&local_box->cache_fields));
639 array_append_array(&local_sorted, &local_box->cache_fields);
698 const struct dsync_mailbox *local_box,
709 if (local_box->uid_validity != remote_box->uid_validity) {
712 if (remote_box->messages_count > local_box->messages_count ||
713 (remote_box->messages_count == local_box->messages_count &&
714 remote_box->uid_validity > local_box->uid_validity))
717 state = dsync_mailbox_state_find(brain, local_box->mailbox_guid);
722 dsync_mailbox_state_remove(brain, local_box
696 dsync_brain_mailbox_update_pre(struct dsync_brain *brain, struct mailbox *box, const struct dsync_mailbox *local_box, const struct dsync_mailbox *remote_box, const char **reason_r) argument
[all...]
H A Ddsync-brain-private.h147 const struct dsync_mailbox *local_box,

Completed in 9 milliseconds