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

/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail.h15 unsigned int fetch_count; member in struct:imapc_mail
H A Dimapc-mail.c436 if (mail->fetch_count > 0) {
438 while (mail->fetch_count > 0)
461 i_assert(mail->fetch_count == 0);
H A Dimapc-mail-fetch.c66 i_assert(mail->fetch_count > 0);
68 if (--mail->fetch_count == 0)
298 mail->fetch_count++;
481 while (imail->fetch_count > 0 &&

Completed in 14 milliseconds