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

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree-sync.c607 struct dsync_mailbox_node *local_node1,
615 /* We're scanning the tree at the position of local_node1
617 local_node1&remote_node1 and local_node2&remote_node2 are "the same"
622 i_assert(strcmp(local_node1->name, remote_node2->name) == 0);
626 sync_node_is_namespace_root(ctx->local_tree, local_node1) ||
628 local_node1->sync_delayed_guid_change = TRUE;
634 local_ts = nodes_get_timestamp(local_node1, local_node2);
649 node_mailbox_trees_cmp(local_node1, remote_node2) < 0)) {
652 (local_node1/remote_node2) parent. */
664 remote_node1, local_node1, reason_
606 sync_rename_lower_ts(struct dsync_mailbox_tree_sync_ctx *ctx, struct dsync_mailbox_node *local_node1, struct dsync_mailbox_node *remote_node1, struct dsync_mailbox_node *local_node2, struct dsync_mailbox_node *remote_node2, const char **reason_r) argument
758 sync_rename_conflict(struct dsync_mailbox_tree_sync_ctx *ctx, struct dsync_mailbox_node *local_node1, struct dsync_mailbox_node *remote_node2, const char **reason_r) argument
821 sync_rename_directory(struct dsync_mailbox_tree_sync_ctx *ctx, struct dsync_mailbox_node *local_node1, struct dsync_mailbox_node *remote_node2, const char **reason_r) argument
[all...]

Completed in 71 milliseconds