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

/dovecot/src/lib/
H A Djson-tree.h9 struct json_tree_node { struct
12 struct json_tree_node *parent, *next;
17 struct json_tree_node *child;
22 static inline ATTR_PURE const struct json_tree_node *json_tree_get_child(const struct json_tree_node *node)
26 static inline ATTR_PURE const char *json_tree_get_value_str(const struct json_tree_node *node)
51 const struct json_tree_node *
54 const struct json_tree_node *
55 json_tree_find_key(const struct json_tree_node *node, const char *key);
58 const struct json_tree_node *
[all...]
H A Djson-tree.c8 struct json_tree_node *root, *cur, *cur_child;
20 tree->root = tree->cur = p_new(tree->pool, struct json_tree_node, 1);
37 struct json_tree_node *node;
39 node = p_new(tree->pool, struct json_tree_node, 1);
52 json_tree_set_cur(struct json_tree *tree, struct json_tree_node *node)
134 const struct json_tree_node *
140 const struct json_tree_node *
141 json_tree_find_key(const struct json_tree_node *node, const char *key)
153 const struct json_tree_node *
154 json_tree_find_child_with(const struct json_tree_node *nod
[all...]
H A Dtest-json-tree.c60 const struct json_tree_node *root, *node, *node1, *node2;

Completed in 6 milliseconds