Searched defs:local_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
652 local_fields = array_get(&local_sorted, &local_count);
654 t_array_init(&changes, local_count + remote_count);
658 for (li = ri = 0; li < local_count || ri < remote_count; ) {
659 ret = li == local_count ? 1 :
689 i_assert(li == local_count && ri == remote_count);

Completed in 504 milliseconds