add_xml_object 252 lib/common/xml.c int add_xml_object(xmlNode * parent, xmlNode * target, xmlNode * update, gboolean as_diff); add_xml_object 3979 lib/common/xml.c add_xml_object(NULL, *new, child_diff, TRUE); add_xml_object 4662 lib/common/xml.c add_xml_object(target, NULL, a_child, as_diff); add_xml_object 4690 lib/common/xml.c add_xml_object(NULL, child, to_update, FALSE);