Lines Matching refs:json_tree_node
8 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 *node,
157 const struct json_tree_node *child;