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

/dovecot/src/doveadm/dsync/
H A Dtest-dsync-mailbox-tree-sync.c270 static const char *common_nodes[] = { "foo", "foo/bar", NULL }; local
278 nodes_create(tree1, &counter, common_nodes);
289 static const char *common_nodes[] = { "1", "2", "3", "2/s1", "2/s2", "x/y", NULL }; local
297 nodes_create(tree1, &counter, common_nodes);
308 static const char *common_nodes[] = { "1", "2", "3", "2/s1", "2/s2", "x/y", "3/s3", NULL }; local
315 nodes_create(tree1, &counter, common_nodes);

Completed in 640 milliseconds