Lines Matching refs:local_box
621 dsync_cache_fields_update(const struct dsync_mailbox *local_box,
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->mailbox_guid);
729 dsync_cache_fields_update(local_box, remote_box, box, &update);