add               537 crmd/te_utils.c     int add[] = { 0, 0, 0 };
add               581 crmd/te_utils.c             xml_patch_versions(diff, add, del);
add               602 crmd/te_utils.c                    add[0], add[1], add[2], fn, line, local_path,
add               630 crmd/te_utils.c                        add[0], add[1], add[2], fn, line, path,
add               639 crmd/te_utils.c                        abort_text, add[0], add[1], add[2], fn, line, path,
add               649 crmd/te_utils.c                        magic, add[0], add[1], add[2], fn, line,
add               659 crmd/te_utils.c                        add[0], add[1], add[2], fn, line,
add               666 crmd/te_utils.c                        add[0], add[1], add[2], fn, line, path,
add               954 fencing/main.c         int add[] = { 0, 0, 0 };
add               957 fencing/main.c         xml_patch_versions(patchset, add, del);
add               969 fencing/main.c                 crm_trace("Handling %s operation %d.%d.%d for %s", op, add[0], add[1], add[2], xpath);
add               986 fencing/main.c                              op, add[0], add[1], add[2], xpath);
add               994 fencing/main.c                          op, add[0], add[1], add[2], xpath);
add              1002 fencing/main.c                               op, add[0], add[1], add[2], xpath);
add              1006 fencing/main.c                              op, add[0], add[1], add[2], xpath);
add              1013 fencing/main.c                           op, add[0], add[1], add[2], xpath);
add               386 include/crm/common/xml.h bool xml_patch_versions(xmlNode *patchset, int add[3], int del[3]);
add               180 lib/cib/cib_utils.c     int add[] = { 0, 0, 0 };
add               183 lib/cib/cib_utils.c     xml_patch_versions(diff, add, del);
add               185 lib/cib/cib_utils.c     *admin_epoch = add[0];
add               186 lib/cib/cib_utils.c     *epoch = add[1];
add               187 lib/cib/cib_utils.c     *updates = add[2];
add               461 lib/common/mainloop.c                          void *data, qb_ipcs_dispatch_fn_t fn, int32_t add)
add               475 lib/common/mainloop.c     if (add && adaptor->source) {
add               479 lib/common/mainloop.c     if (!add && !adaptor->is_used) {
add              1395 lib/common/xml.c     int add[] = { 0, 0, 0 };
add              1418 lib/common/xml.c     xml_patch_versions(patchset, add, del);
add              1422 lib/common/xml.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
add              1426 lib/common/xml.c                          "Diff: +++ %d.%d.%d %s", add[0], add[1], add[2], digest);
add              1428 lib/common/xml.c     } else if (patchset != NULL && (add[0] || add[1] || add[2])) {
add              1431 lib/common/xml.c                          add[0], add[1], add[2]);
add              1765 lib/common/xml.c bool xml_patch_versions(xmlNode *patchset, int add[3], int del[3])
add              1797 lib/common/xml.c             crm_element_value_int(tmp, vfields[lpc], &(add[lpc]));
add              1798 lib/common/xml.c             crm_trace("Got %d for add[%s]", add[lpc], vfields[lpc]);
add              1812 lib/common/xml.c     int add[] = { 0, 0, 0 };
add              1830 lib/common/xml.c     add[0] = this[0];
add              1831 lib/common/xml.c     add[1] = this[1];
add              1832 lib/common/xml.c     add[2] = this[2] + 1;
add              1837 lib/common/xml.c     xml_patch_versions(patchset, add, del);
add              1842 lib/common/xml.c                       this[0], this[1], this[2], del[0], del[1], del[2], add[0], add[1], add[2]);
add              1847 lib/common/xml.c                      this[0], this[1], this[2], del[0], del[1], del[2], add[0], add[1], add[2], patchset);
add              1854 lib/common/xml.c         if(add[lpc] > del[lpc]) {
add              1860 lib/common/xml.c         crm_notice("Versions did not change in patch %d.%d.%d", add[0], add[1], add[2]);
add              1865 lib/common/xml.c              add[0], add[1], add[2], this[0], this[1], this[2]);
add               233 lib/gnu/md5.c        size_t add = 128 - left_over > len ? len : 128 - left_over;
add               235 lib/gnu/md5.c        memcpy (&((char *) ctx->buffer)[left_over], buffer, add);
add               236 lib/gnu/md5.c        ctx->buflen += add;
add               245 lib/gnu/md5.c                    &((char *) ctx->buffer)[(left_over + add) & ~63],
add               249 lib/gnu/md5.c        buffer = (const char *) buffer + add;
add               250 lib/gnu/md5.c        len -= add;
add               112 tools/crm_diff.c     int add[] = { 0, 0, 0 };
add               118 tools/crm_diff.c     xml_patch_versions(patch, add, del);
add               122 tools/crm_diff.c     if (add[2] != del[2] || add[1] != del[1] || add[0] != del[0]) {
add               124 tools/crm_diff.c         crm_info("Patch: +++ %d.%d.%d %s", add[0], add[1], add[2], digest);