Home
last modified time | relevance | path

Searched refs:delannots (Results 1 – 3 of 3) sorted by relevance

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmailbox.c6219 struct found_uids *delannots, in reconstruct_delannots() argument
6232 while (delannots->pos < delannots->nused) { in reconstruct_delannots()
6233 uint32_t uid = delannots->found[delannots->pos].uid; in reconstruct_delannots()
6240 delannots->pos++; in reconstruct_delannots()
6263 struct found_uids delannots = FOUND_UIDS_INITIALIZER; in mailbox_reconstruct() local
6336 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
6409 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
6421 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
6433 if (delannots.nused) { in mailbox_reconstruct()
6434 r = reconstruct_delannots(mailbox, &delannots, flags); in mailbox_reconstruct()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmailbox.c7029 struct found_uids *delannots, in reconstruct_delannots() argument
7042 while (delannots->pos < delannots->nused) { in reconstruct_delannots()
7043 uint32_t uid = delannots->found[delannots->pos].uid; in reconstruct_delannots()
7050 delannots->pos++; in reconstruct_delannots()
7072 struct found_uids delannots = FOUND_UIDS_INITIALIZER; in mailbox_reconstruct() local
7154 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
7263 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
7285 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
7298 if (delannots.nused) { in mailbox_reconstruct()
7299 r = reconstruct_delannots(mailbox, &delannots, flags); in mailbox_reconstruct()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmailbox.c6786 struct found_uids *delannots, in reconstruct_delannots() argument
6799 while (delannots->pos < delannots->nused) { in reconstruct_delannots()
6800 uint32_t uid = delannots->found[delannots->pos].uid; in reconstruct_delannots()
6807 delannots->pos++; in reconstruct_delannots()
6830 struct found_uids delannots = FOUND_UIDS_INITIALIZER; in mailbox_reconstruct() local
6912 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
7024 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
7036 add_found(&delannots, annots.found[annots.pos].uid, /*isarchive*/0); in mailbox_reconstruct()
7048 if (delannots.nused) { in mailbox_reconstruct()
7049 r = reconstruct_delannots(mailbox, &delannots, flags); in mailbox_reconstruct()
[all …]