del               143 daemons/controld/controld_te_utils.c     int del[] = { 0, 0, 0 };
del               185 daemons/controld/controld_te_utils.c             xml_patch_versions(diff, add, del);
del              1000 daemons/fenced/pacemaker-fenced.c         int del[] = { 0, 0, 0 };
del              1002 daemons/fenced/pacemaker-fenced.c         xml_patch_versions(patchset, add, del);
del               275 include/crm/common/xml.h bool xml_patch_versions(xmlNode *patchset, int add[3], int del[3]);
del                97 lib/cib/cib_utils.c     int del[] = { 0, 0, 0 };
del                99 lib/cib/cib_utils.c     xml_patch_versions(diff, add, del);
del               105 lib/cib/cib_utils.c     *_admin_epoch = del[0];
del               106 lib/cib/cib_utils.c     *_epoch = del[1];
del               107 lib/cib/cib_utils.c     *_updates = del[2];
del               467 lib/common/patchset.c     int del[] = { 0, 0, 0 };
del               492 lib/common/patchset.c     xml_patch_versions(patchset, add, del);
del               496 lib/common/patchset.c     if ((add[2] != del[2]) || (add[1] != del[1]) || (add[0] != del[0])) {
del               498 lib/common/patchset.c                          "Diff: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);
del               802 lib/common/patchset.c xml_patch_versions(xmlNode *patchset, int add[3], int del[3])
del               823 lib/common/patchset.c             crm_element_value_int(tmp, vfields[lpc], &(del[lpc]));
del               824 lib/common/patchset.c             crm_trace("Got %d for del[%s]", del[lpc], vfields[lpc]);
del               859 lib/common/patchset.c     int del[] = { 0, 0, 0 };
del               880 lib/common/patchset.c         del[lpc] = this[lpc];
del               883 lib/common/patchset.c     xml_patch_versions(patchset, add, del);
del               886 lib/common/patchset.c         if (this[lpc] < del[lpc]) {
del               889 lib/common/patchset.c                       del[0], del[1], del[2], add[0], add[1], add[2]);
del               892 lib/common/patchset.c         } else if (this[lpc] > del[lpc]) {
del               895 lib/common/patchset.c                      del[0], del[1], del[2], add[0], add[1], add[2], patchset);
del               902 lib/common/patchset.c         if (add[lpc] > del[lpc]) {
del               163 tools/crm_diff.c     int del[] = { 0, 0, 0 };
del               168 tools/crm_diff.c     xml_patch_versions(patch, add, del);
del               172 tools/crm_diff.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
del               173 tools/crm_diff.c         crm_info("Patch: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);