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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox-tree.c376 struct dsync_mailbox_node *other_node, *old_node; local
411 other_node = dsync_mailbox_tree_get(other_tree, name);
413 if (other_node->existence == DSYNC_MAILBOX_NODE_EXISTS &&
414 (!guid_128_is_empty(other_node->mailbox_guid) ||
424 memcpy(other_node->mailbox_guid, node->mailbox_guid,
425 sizeof(other_node->mailbox_guid));
427 if (other_node->ns != node->ns && other_node->ns != NULL) {
436 other_node->ns = node->ns;
438 other_node
[all...]
H A Ddsync-mailbox-tree-sync.c189 struct dsync_mailbox_node *other_node; local
195 other_node = hash_table_lookup(other_tree->guid_hash, guid_p);
196 if (other_node == NULL) {
199 sync_delete_mailbox_node(ctx, other_tree, other_node, reason);
321 struct dsync_mailbox_node *other_node)
325 if (other_node == &other_tree->root)
328 parent_name = dsync_mailbox_node_get_full_name(other_tree, other_node);
457 const struct dsync_mailbox_node *other_node,
466 i_assert(other_node != NULL);
469 to other_node (i
319 sorted_tree_get_by_node_name(struct dsync_mailbox_tree *tree, struct dsync_mailbox_tree *other_tree, struct dsync_mailbox_node *other_node) argument
453 sync_rename_node(struct dsync_mailbox_tree_sync_ctx *ctx, struct dsync_mailbox_tree *tree, struct dsync_mailbox_node *temp_node, struct dsync_mailbox_node *node, const struct dsync_mailbox_node *other_node, const char **reason_r) argument
802 struct dsync_mailbox_node *node, *other_node; local
1207 struct dsync_mailbox_node *node, *other_node; local
[all...]

Completed in 28 milliseconds