Lines Matching refs:node
30 /* this is just a filler node for children or for
44 /* namespace where this node belongs to */
46 /* this node's name (not including parents) */
75 #define dsync_mailbox_node_is_dir(node) \
76 guid_128_is_empty((node)->mailbox_guid)
122 /* Lookup a mailbox node by name. Returns NULL if not known. */
126 /* Lookup a mailbox node by GUID. Returns NULL if not known.
131 /* Lookup or create a mailbox node by name. */
135 /* Returns full name for the given mailbox node. */
137 const struct dsync_mailbox_node *node);
140 const struct dsync_mailbox_node *node);
158 /* Return mailbox node for a given delete record, or NULL if it doesn't exist.
171 /* Manually add a new node to hash. */
173 struct dsync_mailbox_node *node,
199 const char *dsync_mailbox_node_to_string(const struct dsync_mailbox_node *node);