Lines Matching refs:first_child
70 node = dsync_mailbox_node_find(node->first_child, *path);
79 node->next = parent->first_child;
80 parent->first_child = node;
87 for (p = &node->parent->first_child;; p = &(*p)->next) {
110 node = dsync_mailbox_node_find(node->first_child, *path);
199 if (iter->cur->first_child != NULL)
200 iter->cur = iter->cur->first_child;
420 if (src->first_child != NULL) {
422 src->first_child, path);
486 if (!dsync_mailbox_branches_equal(snodes1[i]->first_child,
487 snodes2[i]->first_child))