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 923 daemons/fenced/pacemaker-fenced.c int del[] = { 0, 0, 0 }; del 925 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 472 lib/common/patchset.c int del[] = { 0, 0, 0 }; del 497 lib/common/patchset.c xml_patch_versions(patchset, add, del); del 501 lib/common/patchset.c if ((add[2] != del[2]) || (add[1] != del[1]) || (add[0] != del[0])) { del 503 lib/common/patchset.c "Diff: --- %d.%d.%d %s", del[0], del[1], del[2], fmt); del 808 lib/common/patchset.c xml_patch_versions(xmlNode *patchset, int add[3], int del[3]) del 829 lib/common/patchset.c crm_element_value_int(tmp, vfields[lpc], &(del[lpc])); del 830 lib/common/patchset.c crm_trace("Got %d for del[%s]", del[lpc], vfields[lpc]); del 865 lib/common/patchset.c int del[] = { 0, 0, 0 }; del 886 lib/common/patchset.c del[lpc] = this[lpc]; del 889 lib/common/patchset.c xml_patch_versions(patchset, add, del); del 892 lib/common/patchset.c if (this[lpc] < del[lpc]) { del 895 lib/common/patchset.c del[0], del[1], del[2], add[0], add[1], add[2]); del 898 lib/common/patchset.c } else if (this[lpc] > del[lpc]) { del 901 lib/common/patchset.c del[0], del[1], del[2], add[0], add[1], add[2], patchset); del 908 lib/common/patchset.c if (add[lpc] > del[lpc]) { del 162 tools/crm_diff.c int del[] = { 0, 0, 0 }; del 167 tools/crm_diff.c xml_patch_versions(patch, add, del); del 171 tools/crm_diff.c if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) { del 172 tools/crm_diff.c crm_info("Patch: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);