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

/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c619 struct pop3_uidl_map *pop3_map; local
630 pop3_map = array_get_modifiable(&mstorage->pop3_uidl_map, &pop3_count);
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;
658 struct pop3_uidl_map *pop3_map; local
663 pop3_map = array_get_modifiable(&mstorage->pop3_uidl_map, &pop3_count);
671 if (strcmp(pop3_map[i].pop3_uidl, imap_map[i].pop3_uidl) == 0) {
679 if (pop3_map[i].size != imap_map[i].psize ||
682 if (i+1 < count && pop3_map[
706 struct pop3_uidl_map *pop3_map; local
[all...]

Completed in 239 milliseconds