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

/dovecot/src/plugins/fts/
H A Dfts-api.c127 if (ctx->backend_box != ctx->cur_box) {
128 ctx->backend->v.update_set_mailbox(ctx, ctx->cur_box);
129 ctx->backend_box = ctx->cur_box;
141 ctx->cur_box = NULL;
157 ctx->cur_box = box;
172 i_assert(ctx->cur_box != NULL);
H A Dfts-api-private.h86 struct mailbox *cur_box, *backend_box; member in struct:fts_backend_update_context
/dovecot/src/plugins/fts-solr/
H A Dfts-backend-solr.c47 struct mailbox *cur_box; member in struct:solr_fts_backend_update_context
433 i_assert(ctx->cur_box != NULL);
440 fts_index_set_last_uid(ctx->cur_box, ctx->prev_uid);
453 ctx->cur_box = box;
465 if (!fts_index_get_header(ctx->cur_box, &hdr))
625 ctx->cur_box->storage->user->username,
626 mailbox_get_vname(ctx->cur_box), ctx->prev_uid);
H A Dfts-backend-solr-old.c34 struct mailbox *cur_box; member in struct:solr_fts_backend_update_context
422 struct mailbox *box = ctx->cur_box;
497 fts_index_set_last_uid(ctx->cur_box, ctx->prev_uid);
501 ctx->cur_box = box;

Completed in 12 milliseconds