Lines Matching defs:pop3_count
621 unsigned int imap_idx, pop3_idx, pop3_count, imap_count;
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;
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;
721 pop3_map = array_get_modifiable(&mstorage->pop3_uidl_map, &pop3_count);
725 while (pop3_idx < pop3_count && imap_idx < imap_count) {
752 for (pop3_idx = 0; pop3_idx < pop3_count; pop3_idx++) {
774 if (imap_count + missing_uids_count == pop3_count) {
791 i_debug("pop3_migration: %u mails matched by headers", pop3_count);