add               348 daemons/controld/controld_te_utils.c     int add[] = { 0, 0, 0 };
add               393 daemons/controld/controld_te_utils.c             xml_patch_versions(diff, add, del);
add               417 daemons/controld/controld_te_utils.c                    pcmk__xe_id(reason), abort_text, add[0], add[1], add[2], fn,
add               447 daemons/controld/controld_te_utils.c                        add[0], add[1], add[2], fn, line, path,
add               457 daemons/controld/controld_te_utils.c                        abort_text, add[0], add[1], add[2], fn, line, path,
add               470 daemons/controld/controld_te_utils.c                        magic, add[0], add[1], add[2], fn, line,
add               481 daemons/controld/controld_te_utils.c                        abort_text, add[0], add[1], add[2], fn, line,
add               491 daemons/controld/controld_te_utils.c                        abort_text, add[0], add[1], add[2], fn, line, path,
add               377 daemons/fenced/fenced_cib.c     int add[] = { 0, 0, 0 };
add               388 daemons/fenced/fenced_cib.c     xml_patch_versions(patchset, add, del);
add               403 daemons/fenced/fenced_cib.c                       op, add[0], add[1], add[2], xpath);
add               411 daemons/fenced/fenced_cib.c                          op, add[0], add[1], add[2], xpath);
add               436 daemons/fenced/fenced_cib.c                      op, add[0], add[1], add[2], xpath);
add               450 daemons/fenced/fenced_cib.c                      op, add[0], add[1], add[2], xpath);
add               456 daemons/fenced/fenced_cib.c                   op, add[0], add[1], add[2], xpath);
add                73 include/crm/common/xml.h bool xml_patch_versions(const xmlNode *patchset, int add[3], int del[3]);
add                49 lib/cib/cib_utils.c     int add[] = { 0, 0, 0 };
add                52 lib/cib/cib_utils.c     xml_patch_versions(diff, add, del);
add                54 lib/cib/cib_utils.c     *admin_epoch = add[0];
add                55 lib/cib/cib_utils.c     *epoch = add[1];
add                56 lib/cib/cib_utils.c     *updates = add[2];
add              1620 lib/common/iso8601.c     component_fn_t add = component_fn(component);
add              1622 lib/common/iso8601.c     if ((t == NULL) || (attr == NULL) || (add == NULL)) {
add              1640 lib/common/iso8601.c         add(t, (int) value);
add               509 lib/common/mainloop.c                          void *data, qb_ipcs_dispatch_fn_t fn, int32_t add)
add               523 lib/common/mainloop.c     if (add && adaptor->source) {
add               527 lib/common/mainloop.c     if (!add && !adaptor->is_used) {
add               250 lib/common/md5.c       size_t add = 128 - left_over > len ? len : 128 - left_over;
add               252 lib/common/md5.c       memcpy (&((char *) ctx->buffer)[left_over], buffer, add);
add               253 lib/common/md5.c       ctx->buflen += add;
add               263 lib/common/md5.c                   &((char *) ctx->buffer)[(left_over + add) & ~63],
add               267 lib/common/md5.c       buffer = (const char *) buffer + add;
add               268 lib/common/md5.c       len -= add;
add               311 lib/common/patchset.c xml_patch_versions(const xmlNode *patchset, int add[3], int del[3])
add               342 lib/common/patchset.c             crm_element_value_int(target, vfields[i], &(add[i]));
add               343 lib/common/patchset.c             crm_trace("Got %d for add[%s]", add[i], vfields[i]);
add               365 lib/common/patchset.c     int add[] = { 0, 0, 0 };
add               383 lib/common/patchset.c     add[0] = this[0];
add               384 lib/common/patchset.c     add[1] = this[1];
add               385 lib/common/patchset.c     add[2] = this[2] + 1;
add               390 lib/common/patchset.c     xml_patch_versions(patchset, add, del);
add               396 lib/common/patchset.c                       del[0], del[1], del[2], add[0], add[1], add[2]);
add               402 lib/common/patchset.c                      del[0], del[1], del[2], add[0], add[1], add[2], patchset);
add               409 lib/common/patchset.c         if (add[lpc] > del[lpc]) {
add               416 lib/common/patchset.c                    add[0], add[1], add[2]);
add               421 lib/common/patchset.c               add[0], add[1], add[2], this[0], this[1], this[2]);
add                44 lib/common/patchset_display.c     int add[] = { 0, 0, 0 };
add                47 lib/common/patchset_display.c     xml_patch_versions(patchset, add, del);
add                49 lib/common/patchset_display.c     if ((add[0] != del[0]) || (add[1] != del[1]) || (add[2] != del[2])) {
add                55 lib/common/patchset_display.c                        add[0], add[1], add[2], digest);
add                57 lib/common/patchset_display.c     } else if ((add[0] != 0) || (add[1] != 0) || (add[2] != 0)) {
add                59 lib/common/patchset_display.c                        add[0], add[1], add[2]);
add               200 lib/common/xml_element.c             int add = 1;
add               218 lib/common/xml_element.c                 rc = pcmk_parse_score(++v, &add, 0);
add               226 lib/common/xml_element.c             crm_xml_add_int(target, name, pcmk__add_scores(old_value_i, add));
add               147 tools/crm_diff.c     int add[] = { 0, 0, 0 };
add               153 tools/crm_diff.c     xml_patch_versions(patch, add, del);
add               157 tools/crm_diff.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
add               159 tools/crm_diff.c         crm_info("Patch: +++ %d.%d.%d %s", add[0], add[1], add[2], digest);