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

/dovecot/src/doveadm/dsync/
H A Dtest-dsync-mailbox-tree-sync.c144 static void nodes_dump(const struct dsync_mailbox_node *node, unsigned int depth) function
154 nodes_dump(node->first_child, depth+1);
162 nodes_dump(tree1->root.first_child, 1);
164 nodes_dump(tree2->root.first_child, 1);

Completed in 18 milliseconds