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

/dovecot/src/lib-storage/index/
H A Dindex-thread.c42 struct mail_index_strmap_view *strmap_view; member in struct:mail_thread_mailbox
310 if (tbox->strmap_view == NULL) {
312 tbox->strmap_view =
326 ctx->strmap_sync = mail_index_strmap_view_sync_init(tbox->strmap_view,
458 highest_idx = mail_index_strmap_view_get_highest_idx(tbox->strmap_view);
519 mail_index_strmap_view_get_highest_idx(tbox->strmap_view) + 1 +
577 mail_index_strmap_view_set_corrupted(tbox->strmap_view);
624 if (tbox->strmap_view != NULL)
625 mail_index_strmap_view_close(&tbox->strmap_view);

Completed in 1082 milliseconds