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

/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c621 unsigned int imap_idx, pop3_idx, pop3_count, imap_count; local
630 pop3_map = array_get_modifiable(&mstorage->pop3_uidl_map, &pop3_count);
639 for (; pop3_idx < pop3_count; pop3_idx++) {
660 unsigned int i, pop3_count, imap_count, count; local
663 pop3_map = array_get_modifiable(&mstorage->pop3_uidl_map, &pop3_count);
665 count = I_MIN(pop3_count, imap_count);
697 return i == count && imap_count == pop3_count;
708 unsigned int pop3_idx, imap_idx, pop3_count, imap_count; local
721 pop3_map = array_get_modifiable(&mstorage->pop3_uidl_map, &pop3_count);
725 while (pop3_idx < pop3_count
[all...]

Completed in 372 milliseconds