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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-notify-tree.c111 void mailbox_list_notify_tree_deinit(struct mailbox_list_notify_tree **_tree) argument
113 struct mailbox_list_notify_tree *tree = *_tree;
115 *_tree = NULL;
/dovecot/src/lib/
H A Djson-tree.c25 void json_tree_deinit(struct json_tree **_tree) argument
27 struct json_tree *tree = *_tree;
29 *_tree = NULL;
/dovecot/src/lib-storage/
H A Dmailbox-tree.c50 void mailbox_tree_deinit(struct mailbox_tree_context **_tree) argument
52 struct mailbox_tree_context *tree = *_tree;
54 *_tree = NULL;
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree.c36 void dsync_mailbox_tree_deinit(struct dsync_mailbox_tree **_tree) argument
38 struct dsync_mailbox_tree *tree = *_tree;
40 *_tree = NULL;

Completed in 754 milliseconds