child_of_child 4675 lib/common/xml.c xmlNode *child_of_child = NULL; child_of_child 4693 lib/common/xml.c for (child_of_child = __xml_first_child(child); child_of_child != NULL; child_of_child 4694 lib/common/xml.c child_of_child = __xml_next(child_of_child)) { child_of_child 4699 lib/common/xml.c can_update = update_xml_child(child_of_child, to_update); child_of_child 4741 lib/common/xml.c xmlNode *child_of_child = NULL; child_of_child 4803 lib/common/xml.c child_of_child = __xml_first_child(child); child_of_child 4804 lib/common/xml.c while (child_of_child) { child_of_child 4805 lib/common/xml.c xmlNode *next = __xml_next(child_of_child); child_of_child 4807 lib/common/xml.c can_delete = replace_xml_child(child, child_of_child, update, delete_only); child_of_child 4811 lib/common/xml.c child_of_child = NULL; child_of_child 4813 lib/common/xml.c child_of_child = next;