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

/dovecot/src/lib-index/
H A Dmail-index-strmap.c59 uint32_t highest_str_idx; member in struct:mail_index_strmap_read_context
446 if (ctx->highest_str_idx < str_idx)
447 ctx->highest_str_idx = str_idx;
485 if (ctx->highest_str_idx < ctx->rec.str_idx)
486 ctx->highest_str_idx = ctx->rec.str_idx;
580 if (ctx->highest_str_idx > view->total_ref_count) {
587 strmap->path, ctx->highest_str_idx,
606 if (view->next_str_idx <= ctx->highest_str_idx)
607 view->next_str_idx = ctx->highest_str_idx + 1;

Completed in 393 milliseconds