Searched defs:pop3_idx (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
634 for (imap_idx = pop3_idx = 0; imap_idx < imap_count; imap_idx++) {
639 for (; pop3_idx < pop3_count; pop3_idx++) {
641 pop3_map[pop3_idx].pop3_uidl);
647 pop3_map[pop3_idx].pop3_seq;
648 pop3_map[pop3_idx].imap_uid = imap_map[imap_idx].uid;
708 unsigned int pop3_idx, imap_idx, pop3_count, imap_count; local
724 pop3_idx = imap_idx = 0;
725 while (pop3_idx < pop3_coun
[all...]

Completed in 13 milliseconds