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

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c960 uint32_t combined_add, combined_remove, conflict_flags; local
991 combined_add = local_add|remote_add;
993 i_assert((combined_add & combined_remove) == 0);
997 combined_add &= conflict_flags;
1001 local_wanted = (local_final|combined_add) & ~combined_remove;
1002 remote_wanted = (remote_final|combined_add) & ~combined_remove;

Completed in 236 milliseconds