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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c42 ARRAY(struct mail_thread_shadow_node) shadow_nodes; member in struct:thread_finish_context
181 shadows = array_get(&ctx->shadow_nodes, &count);
262 parent_shadow = array_idx_get_space(&ctx->shadow_nodes, parent_idx);
263 child_shadow = array_idx_modifiable(&ctx->shadow_nodes, child_idx);
289 shadows = array_idx_modifiable(&ctx->shadow_nodes, 0);
340 (void)array_idx_modifiable(&ctx->shadow_nodes,
373 shadows = array_idx(&ctx->shadow_nodes, 0);
428 shadows = array_idx(&ctx->shadow_nodes, 0);
524 i_array_init(&ctx->shadow_nodes, record_count);
526 (void)array_idx_get_space(&ctx->shadow_nodes, record_coun
[all...]

Completed in 12 milliseconds