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

/dovecot/src/lib-index/
H A Dmail-index-strmap.c48 uint32_t next_str_idx; member in struct:mail_index_strmap_view
200 view->next_str_idx = 1;
225 return view->next_str_idx-1;
297 view->next_str_idx = 1;
606 if (view->next_str_idx <= ctx->highest_str_idx)
607 view->next_str_idx = ctx->highest_str_idx + 1;
775 str_idx = view->next_str_idx++;
803 rec.str_idx = view->next_str_idx++;
833 renumber_map = i_new(uint32_t, view->next_str_idx);
854 i_assert(recs[i].str_idx < view->next_str_idx);
[all...]

Completed in 722 milliseconds