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

/dovecot/src/lib-index/
H A Dmail-index-view-sync.c17 /* After syncing view, map is replaced with sync_new_map. */
18 struct mail_index_map *sync_new_map; member in struct:mail_index_view_sync_ctx
642 ctx->sync_new_map = view->index->map;
643 ctx->sync_new_map->refcount++;
939 if (ctx->sync_new_map != NULL) {
941 view->map = ctx->sync_new_map;

Completed in 9 milliseconds