delete_only       165 include/crm/common/xml.h                            gboolean delete_only);
delete_only      2816 lib/common/xml.c replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, gboolean delete_only)
delete_only      2837 lib/common/xml.c     if (can_delete && delete_only) {
delete_only      2852 lib/common/xml.c         if (delete_only || update == NULL) {
delete_only      2884 lib/common/xml.c         can_delete = replace_xml_child(child, child_of_child, update, delete_only);