left_child       4393 lib/common/xml.c     xmlNode *left_child = NULL;
left_child       4449 lib/common/xml.c     for (left_child = __xml_first_child(left); left_child != NULL;
left_child       4450 lib/common/xml.c          left_child = __xml_next(left_child)) {
left_child       4453 lib/common/xml.c         right_child = find_element(right, left_child, FALSE);
left_child       4454 lib/common/xml.c         subtract_xml_object(diff, left_child, right_child, full, &child_changed, marker);