del               212 daemons/controld/controld_te_utils.c     int del[] = { 0, 0, 0 };
del               256 daemons/controld/controld_te_utils.c             xml_patch_versions(diff, add, del);
del              1076 daemons/fenced/pacemaker-fenced.c         int del[] = { 0, 0, 0 };
del              1078 daemons/fenced/pacemaker-fenced.c         xml_patch_versions(patchset, add, del);
del               284 include/crm/common/xml.h bool xml_patch_versions(const xmlNode *patchset, int add[3], int del[3]);
del                65 lib/cib/cib_utils.c     int del[] = { 0, 0, 0 };
del                67 lib/cib/cib_utils.c     xml_patch_versions(diff, add, del);
del                73 lib/cib/cib_utils.c     *_admin_epoch = del[0];
del                74 lib/cib/cib_utils.c     *_epoch = del[1];
del                75 lib/cib/cib_utils.c     *_updates = del[2];
del               572 lib/common/patchset.c xml_patch_versions(const xmlNode *patchset, int add[3], int del[3])
del               593 lib/common/patchset.c             crm_element_value_int(tmp, vfields[lpc], &(del[lpc]));
del               594 lib/common/patchset.c             crm_trace("Got %d for del[%s]", del[lpc], vfields[lpc]);
del               629 lib/common/patchset.c     int del[] = { 0, 0, 0 };
del               650 lib/common/patchset.c         del[lpc] = this[lpc];
del               653 lib/common/patchset.c     xml_patch_versions(patchset, add, del);
del               656 lib/common/patchset.c         if (this[lpc] < del[lpc]) {
del               659 lib/common/patchset.c                       del[0], del[1], del[2], add[0], add[1], add[2]);
del               662 lib/common/patchset.c         } else if (this[lpc] > del[lpc]) {
del               665 lib/common/patchset.c                      del[0], del[1], del[2], add[0], add[1], add[2], patchset);
del               672 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              2126 maint/gnulib/lib/dfa.c delete (idx_t del, position_set *s)
del              2133 maint/gnulib/lib/dfa.c       if (s->elems[mid].index < del)
del              2135 maint/gnulib/lib/dfa.c       else if (s->elems[mid].index == del)
del              2152 maint/gnulib/lib/dfa.c replace (position_set *dst, idx_t del, position_set *add,
del              2155 maint/gnulib/lib/dfa.c   unsigned int c = delete (del, dst) & constraint;
del               149 tools/crm_diff.c     int del[] = { 0, 0, 0 };
del               154 tools/crm_diff.c     xml_patch_versions(patch, add, del);
del               158 tools/crm_diff.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
del               159 tools/crm_diff.c         crm_info("Patch: --- %d.%d.%d %s", del[0], del[1], del[2], fmt);