Lines Matching refs:xbc_node_get_child
158 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function
268 node = xbc_node_get_child(node); in xbc_node_find_value()
379 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()
406 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
448 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()
518 node = xbc_node_get_child(node); in xbc_last_child()
539 sib = xbc_node_get_child(last_parent); in __xbc_add_sibling()
683 last_parent = xbc_node_get_child(last_parent); in xbc_parse_array()
731 child = xbc_node_get_child(last_parent); in __xbc_add_key()
789 child = xbc_node_get_child(last_parent); in xbc_parse_kv()
911 m = xbc_node_get_child(n); in xbc_verify_tree()