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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c272 struct mail_thread_root_node *roots, *root, new_root; local
324 i_zero(&new_root);
325 new_root.root_idx1 = array_count(&ctx->roots) + 1;
326 new_root.node.idx = ctx->next_new_root_idx++;
327 new_root.dummy = TRUE;
329 thread_add_shadow_child(ctx, new_root.node.idx, root->node.idx);
330 thread_add_shadow_child(ctx, new_root.node.idx, cur->node.idx);
332 root->parent_root_idx1 = new_root.root_idx1;
337 array_append(&ctx->roots, &new_root, 1);
341 new_root
[all...]

Completed in 198 milliseconds