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

/dovecot/src/lib-storage/index/
H A Dindex-thread.c456 uint32_t highest_idx, new_first_idx, count; local
458 highest_idx = mail_index_strmap_view_get_highest_idx(tbox->strmap_view);
459 new_first_idx = highest_idx + 1 +
469 } else if (highest_idx >= cache->first_invalid_msgid_str_idx) {

Completed in 11 milliseconds