Searched refs:lcount (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-sync.c191 unsigned int lidx, ridx, lcount, rcount; local
224 lmsg = array_get(&local_msgs, &lcount);
228 while (lidx < lcount || ridx < rcount) {
229 uint32_t lseq = lidx < lcount ? lmsg[lidx].seq : 0;
233 if (lidx >= lcount)
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-sync.c300 uint32_t rseq, lseq, ruid, luid, rcount, lcount; local
304 lcount = mail_index_view_get_messages_count(view);
305 while (rseq <= rcount || lseq <= lcount) {
310 if (lseq <= lcount)
333 if (lseq > lcount && ruid >= hdr->next_uid) {

Completed in 17 milliseconds