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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c173 const struct mail_thread_shadow_node *shadows; local
181 shadows = array_get(&ctx->shadow_nodes, &count);
182 child.idx = shadows[parent_idx].first_child_idx;
184 if (shadows[child.idx].next_sibling_idx == 0) {
195 child.idx = shadows[child.idx].next_sibling_idx;
273 struct mail_thread_shadow_node *shadows; local
289 shadows = array_idx_modifiable(&ctx->shadow_nodes, 0);
297 idx = shadows[cur->node.idx].first_child_idx;
299 next_idx = shadows[idx].next_sibling_idx;
304 shadows[cu
368 const struct mail_thread_shadow_node *shadows; local
421 const struct mail_thread_shadow_node *shadows; local
[all...]

Completed in 12 milliseconds