Lines Matching defs:ilist
146 /* ilist is only required from this point onwards.
148 struct mailbox_list_index *ilist = INDEX_LIST_CONTEXT_REQUIRE(_list);
150 if (ilist->sync_ctx != NULL) {
153 view = ilist->sync_ctx->view;
166 view = mail_index_view_open(ilist->index);
188 if (ilist->sync_ctx == NULL)
280 struct mailbox_list_index *ilist = INDEX_LIST_CONTEXT_REQUIRE(box->list);
308 mail_index_lookup_ext(sync_ctx->view, seq, ilist->ext_id,
333 mail_index_update_ext(sync_ctx->trans, seq, ilist->ext_id, &rec, NULL);
337 mailbox_list_index_reset(ilist);
584 struct mailbox_list_index *ilist = INDEX_LIST_CONTEXT_REQUIRE(box->list);
587 !ilist->force_resynced) {
593 ilist->force_resync_failed = TRUE;
595 ilist->force_resynced = TRUE;
601 struct mailbox_list_index *ilist = INDEX_LIST_CONTEXT_REQUIRE(box->list);
603 if (ilist->force_resync_failed) {
605 ilist->force_resync_failed = FALSE;
789 mailbox_list_index_node_unlink(sync_ctx->ilist, oldnode);
793 mail_index_lookup_ext(sync_ctx->view, oldseq, sync_ctx->ilist->ext_id,
798 mail_index_lookup_ext(sync_ctx->view, newseq, sync_ctx->ilist->ext_id,
814 sync_ctx->ilist->ext_id, &oldrec, NULL);