Searched defs:first_child (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-storage/ | ||
H A D | mailbox-tree.c | 28 bool first_child:1; member in struct:mailbox_tree_iterate_context 203 ctx->first_child = TRUE; 216 ctx->first_child = TRUE; 242 if (ctx->first_child) { 243 ctx->first_child = FALSE; |
/dovecot/src/doveadm/dsync/ | ||
H A D | dsync-mailbox-tree.h | 42 struct dsync_mailbox_node *parent, *next, *first_child; member in struct:dsync_mailbox_node |
Completed in 100 milliseconds