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

/dovecot/src/lib-storage/index/
H A Dindex-rebuild.c103 } else if (ctx->backup_view != NULL &&
104 mail_index_lookup_seq(ctx->backup_view, uid, &old_seq)) {
106 index_index_copy_from_old(ctx, ctx->backup_view,
123 backup_hdr = ctx->backup_view == NULL ? NULL :
124 mail_index_get_header(ctx->backup_view);
166 if (ctx->backup_view != NULL) {
167 modseq = mail_index_modseq_get_highest(ctx->backup_view);
184 if (name_hdr_size == 0 && ctx->backup_view != NULL) {
185 mail_index_get_header_ext(ctx->backup_view,
230 ctx->backup_view
[all...]
H A Dindex-rebuild.h15 struct mail_index_view *backup_view; member in struct:index_rebuild_context
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage-rebuild.c508 if (rebuild_ctx->backup_view == NULL) {
512 mdbox_rebuild_get_header(rebuild_ctx->backup_view,

Completed in 10 milliseconds