del 349 daemons/controld/controld_te_utils.c int del[] = { 0, 0, 0 }; del 393 daemons/controld/controld_te_utils.c xml_patch_versions(diff, add, del); del 378 daemons/fenced/fenced_cib.c int del[] = { 0, 0, 0 }; del 388 daemons/fenced/fenced_cib.c xml_patch_versions(patchset, add, del); del 73 include/crm/common/xml.h bool xml_patch_versions(const xmlNode *patchset, int add[3], int del[3]); del 50 lib/cib/cib_utils.c int del[] = { 0, 0, 0 }; del 52 lib/cib/cib_utils.c xml_patch_versions(diff, add, del); del 58 lib/cib/cib_utils.c *_admin_epoch = del[0]; del 59 lib/cib/cib_utils.c *_epoch = del[1]; del 60 lib/cib/cib_utils.c *_updates = del[2]; del 311 lib/common/patchset.c xml_patch_versions(const xmlNode *patchset, int add[3], int del[3]) del 335 lib/common/patchset.c crm_element_value_int(source, vfields[i], &(del[i])); del 336 lib/common/patchset.c crm_trace("Got %d for del[%s]", del[i], vfields[i]); del 366 lib/common/patchset.c int del[] = { 0, 0, 0 }; del 387 lib/common/patchset.c del[lpc] = this[lpc]; del 390 lib/common/patchset.c xml_patch_versions(patchset, add, del); del 393 lib/common/patchset.c if (this[lpc] < del[lpc]) { del 396 lib/common/patchset.c del[0], del[1], del[2], add[0], add[1], add[2]); del 399 lib/common/patchset.c } else if (this[lpc] > del[lpc]) { del 402 lib/common/patchset.c del[0], del[1], del[2], add[0], add[1], add[2], patchset); del 409 lib/common/patchset.c if (add[lpc] > del[lpc]) { del 45 lib/common/patchset_display.c int del[] = { 0, 0, 0 }; del 47 lib/common/patchset_display.c xml_patch_versions(patchset, add, del); del 49 lib/common/patchset_display.c if ((add[0] != del[0]) || (add[1] != del[1]) || (add[2] != del[2])) { del 53 lib/common/patchset_display.c out->info(out, "Diff: --- %d.%d.%d %s", del[0], del[1], del[2], fmt); del 148 tools/crm_diff.c int del[] = { 0, 0, 0 }; del 153 tools/crm_diff.c xml_patch_versions(patch, add, del); del 157 tools/crm_diff.c if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) { del 158 tools/crm_diff.c crm_info("Patch: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);