Searched refs:xbc_node_get_child (Results 1 – 5 of 5) sorted by relevance
89 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function159 node = xbc_node_get_child(parent); in xbc_node_find_child()167 node = xbc_node_get_child(node); in xbc_node_find_child()199 node = xbc_node_get_child(node); in xbc_node_find_value()300 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()327 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()384 sib = xbc_node_get_child(last_parent); in xbc_add_sibling()559 child = xbc_node_get_child(last_parent); in __xbc_add_key()604 child = xbc_node_get_child(last_parent); in xbc_parse_kv()718 m = xbc_node_get_child(n); in xbc_verify_tree()
40 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);87 (!node->child || xbc_node_is_value(xbc_node_get_child(node))); in xbc_node_is_leaf()154 for (child = xbc_node_get_child(parent); child != NULL ; \
45 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()49 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()71 if (!xbc_node_get_child(node)->next) in xbc_show_compact_tree()98 xbc_show_value(xbc_node_get_child(leaf), false); in xbc_show_list()
44 vnode = xbc_node_get_child(leaf); in copy_xbc_key_value_list()
337 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()