Lines Matching defs:dsync_mailbox_node
41 struct dsync_mailbox_node {
42 struct dsync_mailbox_node *parent, *next, *first_child;
69 ARRAY_DEFINE_TYPE(dsync_mailbox_node, struct dsync_mailbox_node *);
123 struct dsync_mailbox_node *
128 struct dsync_mailbox_node *
132 struct dsync_mailbox_node *
137 const struct dsync_mailbox_node *node);
140 const struct dsync_mailbox_node *node);
143 void dsync_mailbox_node_copy_data(struct dsync_mailbox_node *dest,
144 const struct dsync_mailbox_node *src);
162 struct dsync_mailbox_node *
169 struct dsync_mailbox_node **dup_node1_r,
170 struct dsync_mailbox_node **dup_node2_r);
173 struct dsync_mailbox_node *node,
174 struct dsync_mailbox_node **old_node_r);
185 struct dsync_mailbox_node **node_r);
199 const char *dsync_mailbox_node_to_string(const struct dsync_mailbox_node *node);