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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c12 uint32_t first_child_idx, next_sibling_idx; member in struct:mail_thread_shadow_node
182 child.idx = shadows[parent_idx].first_child_idx;
265 child_shadow->next_sibling_idx = parent_shadow->first_child_idx;
266 parent_shadow->first_child_idx = child_idx;
297 idx = shadows[cur->node.idx].first_child_idx;
304 shadows[cur->node.idx].first_child_idx = 0;
380 if (shadows[roots[i].node.idx].first_child_idx == 0) {
431 shadows[roots[idx].node.idx].first_child_idx == 0)
648 *child_iter_r = shadow->first_child_idx == 0 ? NULL :

Completed in 12 milliseconds