child_xml         245 lib/pengine/complex.c     xmlNode *child_xml = NULL;
child_xml         296 lib/pengine/complex.c     for (child_xml = __xml_first_child(xml_obj); child_xml != NULL;
child_xml         297 lib/pengine/complex.c          child_xml = __xml_next_element(child_xml)) {
child_xml         300 lib/pengine/complex.c         new_child = add_node_copy(new_xml, child_xml);