Searched defs:pvt_mask (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mailbox-import.c | 956 uint32_t pvt_mask, bool prefer_remote, bool prefer_pvt_remote, 966 conflict_pvt_flags = conflict_flags & pvt_mask; 967 conflict_flags &= ~pvt_mask; 979 conflict_pvt_flags = conflict_flags & pvt_mask; 980 conflict_flags &= ~pvt_mask; 1009 local_wanted = (local_wanted & pvt_mask) | 1010 (remote_wanted & ~pvt_mask); 1012 local_wanted = (local_wanted & ~pvt_mask) | 1013 (remote_wanted & pvt_mask); 1019 if ((local_wanted & ~pvt_mask) ! 954 merge_flags(uint32_t local_final, uint32_t local_add, uint32_t local_remove, uint32_t remote_final, uint32_t remote_add, uint32_t remote_remove, uint32_t pvt_mask, bool prefer_remote, bool prefer_pvt_remote, uint32_t *change_add_r, uint32_t *change_remove_r, bool *remote_changed, bool *remote_pvt_changed) argument [all...] |
Completed in 64 milliseconds