Lines Matching refs:children
77 node->next = parent->children;
78 parent->children = node;
113 node = node->children;
141 if (node->children != NULL)
142 get_existing_name_ids(ids, node->children);
197 if (node->children != NULL)
198 mailbox_list_index_node_clear_exists(node->children);
212 if (node->children != NULL)
213 sync_expunge_nonexistent(sync_ctx, node->children);
412 mailbox_list_index_sync_update_corrupted_nodes(sync_ctx, node->children);
509 if (node->children != NULL) {
510 /* can't delete this directory before its children,