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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c628 unsigned int li, ri, local_count, remote_count; local
653 remote_fields = array_get(&remote_sorted, &remote_count);
654 t_array_init(&changes, local_count + remote_count);
658 for (li = ri = 0; li < local_count || ri < remote_count; ) {
660 ri == remote_count ? -1 :
689 i_assert(li == local_count && ri == remote_count);

Completed in 1105 milliseconds