del               538 crmd/te_utils.c     int del[] = { 0, 0, 0 };
del               581 crmd/te_utils.c             xml_patch_versions(diff, add, del);
del               955 fencing/main.c         int del[] = { 0, 0, 0 };
del               957 fencing/main.c         xml_patch_versions(patchset, add, del);
del               386 include/crm/common/xml.h bool xml_patch_versions(xmlNode *patchset, int add[3], int del[3]);
del               181 lib/cib/cib_utils.c     int del[] = { 0, 0, 0 };
del               183 lib/cib/cib_utils.c     xml_patch_versions(diff, add, del);
del               189 lib/cib/cib_utils.c     *_admin_epoch = del[0];
del               190 lib/cib/cib_utils.c     *_epoch = del[1];
del               191 lib/cib/cib_utils.c     *_updates = del[2];
del              1396 lib/common/xml.c     int del[] = { 0, 0, 0 };
del              1418 lib/common/xml.c     xml_patch_versions(patchset, add, del);
del              1422 lib/common/xml.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
del              1424 lib/common/xml.c                          "Diff: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);
del              1765 lib/common/xml.c bool xml_patch_versions(xmlNode *patchset, int add[3], int del[3])
del              1786 lib/common/xml.c             crm_element_value_int(tmp, vfields[lpc], &(del[lpc]));
del              1787 lib/common/xml.c             crm_trace("Got %d for del[%s]", del[lpc], vfields[lpc]);
del              1813 lib/common/xml.c     int del[] = { 0, 0, 0 };
del              1834 lib/common/xml.c         del[lpc] = this[lpc];
del              1837 lib/common/xml.c     xml_patch_versions(patchset, add, del);
del              1840 lib/common/xml.c         if(this[lpc] < del[lpc]) {
del              1842 lib/common/xml.c                       this[0], this[1], this[2], del[0], del[1], del[2], add[0], add[1], add[2]);
del              1845 lib/common/xml.c         } else if(this[lpc] > del[lpc]) {
del              1847 lib/common/xml.c                      this[0], this[1], this[2], del[0], del[1], del[2], add[0], add[1], add[2], patchset);
del              1854 lib/common/xml.c         if(add[lpc] > del[lpc]) {
del               113 tools/crm_diff.c     int del[] = { 0, 0, 0 };
del               118 tools/crm_diff.c     xml_patch_versions(patch, add, del);
del               122 tools/crm_diff.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
del               123 tools/crm_diff.c         crm_info("Patch: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);