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               392 daemons/fenced/fenced_cib.c     int add[] = { 0, 0, 0 };
add               403 daemons/fenced/fenced_cib.c     xml_patch_versions(patchset, add, del);
add               418 daemons/fenced/fenced_cib.c                       op, add[0], add[1], add[2], xpath);
add               426 daemons/fenced/fenced_cib.c                          op, add[0], add[1], add[2], xpath);
add               451 daemons/fenced/fenced_cib.c                      op, add[0], add[1], add[2], xpath);
add               465 daemons/fenced/fenced_cib.c                      op, add[0], add[1], add[2], xpath);
add               471 daemons/fenced/fenced_cib.c                   op, add[0], add[1], add[2], xpath);
add                36 include/crm/common/xml.h bool xml_patch_versions(const xmlNode *patchset, int add[3], int del[3]);
add                48 lib/cib/cib_utils.c     int add[] = { 0, 0, 0 };
add                51 lib/cib/cib_utils.c     xml_patch_versions(diff, add, del);
add                53 lib/cib/cib_utils.c     *admin_epoch = add[0];
add                54 lib/cib/cib_utils.c     *epoch = add[1];
add                55 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               315 lib/common/patchset.c xml_patch_versions(const xmlNode *patchset, int add[3], int del[3])
add               346 lib/common/patchset.c             crm_element_value_int(target, vfields[i], &(add[i]));
add               347 lib/common/patchset.c             crm_trace("Got %d for add[%s]", add[i], vfields[i]);
add               369 lib/common/patchset.c     int add[] = { 0, 0, 0 };
add               387 lib/common/patchset.c     add[0] = this[0];
add               388 lib/common/patchset.c     add[1] = this[1];
add               389 lib/common/patchset.c     add[2] = this[2] + 1;
add               394 lib/common/patchset.c     xml_patch_versions(patchset, add, del);
add               400 lib/common/patchset.c                       del[0], del[1], del[2], add[0], add[1], add[2]);
add               406 lib/common/patchset.c                      del[0], del[1], del[2], add[0], add[1], add[2], patchset);
add               413 lib/common/patchset.c         if (add[lpc] > del[lpc]) {
add               420 lib/common/patchset.c                    add[0], add[1], add[2]);
add               425 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               198 lib/common/xml_element.c             int add = 1;
add               216 lib/common/xml_element.c                 rc = pcmk_parse_score(++v, &add, 0);
add               224 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);