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

/dovecot/src/lib/
H A Djson-tree.h59 json_tree_find_child_with(const struct json_tree_node *node,
H A Dtest-json-tree.c106 node1 = json_tree_find_child_with(node->parent, "aobj-key", "value1");
107 node2 = json_tree_find_child_with(node->parent, "aobj-key", "value2");
109 test_assert(json_tree_find_child_with(node->parent, "aobj-key", "value3") == NULL);
H A Djson-tree.c154 json_tree_find_child_with(const struct json_tree_node *node, function

Completed in 77 milliseconds