delete_only       155 include/crm/common/xml.h                            gboolean delete_only);
delete_only      2676 lib/common/xml.c replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, gboolean delete_only)
delete_only      2697 lib/common/xml.c     if (can_delete && delete_only) {
delete_only      2712 lib/common/xml.c         if (delete_only || update == NULL) {
delete_only      2744 lib/common/xml.c         can_delete = replace_xml_child(child, child_of_child, update, delete_only);