Searched refs:first_child (Results 1 – 4 of 4) sorted by relevance
417 first_child = to_append[0]419 first_child.previous_element = new_parents_last_descendant421 first_child.previous_element = new_parent_element422 first_child.previous_sibling = new_parents_last_child424 new_parents_last_descendant.next_element = first_child426 new_parent_element.next_element = first_child428 new_parents_last_child.next_sibling = first_child
508 pldm_entity_node *first_child; member603 node->first_child = NULL; in pldm_entity_association_tree_add_entity()622 } else if (parent != NULL && parent->first_child == NULL) { in pldm_entity_association_tree_add_entity()629 parent->first_child = node; in pldm_entity_association_tree_add_entity()656 parent->first_child; in pldm_entity_association_tree_add_entity()696 get_num_nodes(node->first_child, num); in get_num_nodes()713 entity_association_tree_visit(node->first_child, entities, index); in entity_association_tree_visit()745 entity_association_tree_destroy(node->first_child); in entity_association_tree_destroy()765 return node->first_child != NULL; in pldm_entity_is_node_parent()806 pldm_entity_node *curr = node->first_child; in pldm_entity_get_num_children()[all …]
113 pldm_entity_node* first_child; in TEST() member
11990 'name' => 'first_child',