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

/dovecot/src/lib-index/
H A Dmail-index-sync-update.c244 uint32_t dest_seq1, prev_seq2, orig_rec_count; local
262 orig_rec_count = map->rec_map->records_count;
293 if (orig_rec_count > prev_seq2) {
294 uint32_t final_move_count = orig_rec_count - prev_seq2;

Completed in 13 milliseconds