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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox-tree.c371 const struct dsync_mailbox_delete *other_del,
381 node = *node_r = dsync_mailbox_tree_find_delete(tree, other_del);
387 switch (other_del->type) {
392 if (other_del->timestamp <= node->last_renamed_or_created) {
400 if (other_del->timestamp <= node->last_subscription_change) {
415 other_del->type != DSYNC_MAILBOX_DELETE_TYPE_MAILBOX)) {
423 if (other_del->type == DSYNC_MAILBOX_DELETE_TYPE_MAILBOX) {
437 if (other_del->type != DSYNC_MAILBOX_DELETE_TYPE_UNSUBSCRIBE) {
441 other_node->last_subscription_change = other_del->timestamp;
369 dsync_brain_mailbox_tree_add_delete(struct dsync_mailbox_tree *tree, struct dsync_mailbox_tree *other_tree, const struct dsync_mailbox_delete *other_del, const struct dsync_mailbox_node **node_r, const char **status_r) argument

Completed in 7 milliseconds