this              856 lib/common/patchset.c     int this[] = { 0, 0, 0 };
this              867 lib/common/patchset.c         crm_element_value_int(xml, vfields[lpc], &(this[lpc]));
this              868 lib/common/patchset.c         crm_trace("Got %d for this[%s]", this[lpc], vfields[lpc]);
this              869 lib/common/patchset.c         if (this[lpc] < 0) {
this              870 lib/common/patchset.c             this[lpc] = 0;
this              875 lib/common/patchset.c     add[0] = this[0];
this              876 lib/common/patchset.c     add[1] = this[1];
this              877 lib/common/patchset.c     add[2] = this[2] + 1;
this              879 lib/common/patchset.c         del[lpc] = this[lpc];
this              885 lib/common/patchset.c         if (this[lpc] < del[lpc]) {
this              887 lib/common/patchset.c                       vfields[lpc], this[0], this[1], this[2],
this              891 lib/common/patchset.c         } else if (this[lpc] > del[lpc]) {
this              893 lib/common/patchset.c                      vfields[lpc], this[0], this[1], this[2],
this              913 lib/common/patchset.c               add[0], add[1], add[2], this[0], this[1], this[2]);