Searched refs:json_tree (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Djson-tree.h32 struct json_tree *json_tree_init_type(enum json_type container);
33 static inline struct json_tree *json_tree_init(void)
37 static inline struct json_tree *json_tree_init_array(void)
42 void json_tree_deinit(struct json_tree **tree);
47 int json_tree_append(struct json_tree *tree, enum json_type type,
52 json_tree_root(const struct json_tree *tree);
H A Djson-tree.c6 struct json_tree { struct
11 struct json_tree *
14 struct json_tree *tree;
18 tree = p_new(pool, struct json_tree, 1);
25 void json_tree_deinit(struct json_tree **_tree)
27 struct json_tree *tree = *_tree;
34 json_tree_append_child(struct json_tree *tree, enum json_type type,
52 json_tree_set_cur(struct json_tree *tree, struct json_tree_node *node)
63 json_tree_append_value(struct json_tree *tree, enum json_type type,
84 int json_tree_append(struct json_tree *tre
[all...]
H A Dtest-json-tree.c59 struct json_tree *tree;

Completed in 6 milliseconds