int_value         242 attrd/attrd_common.c     int int_value = char2score(old_value);
int_value         249 attrd/attrd_common.c     int_value += offset;
int_value         251 attrd/attrd_common.c     if (int_value > INFINITY) {
int_value         252 attrd/attrd_common.c         int_value = INFINITY;
int_value         254 attrd/attrd_common.c     return int_value;
int_value         253 attrd/commands.c             int int_value;
int_value         259 attrd/commands.c             int_value = attrd_expand_value(value, (v? v->current : NULL));
int_value         261 attrd/commands.c             crm_info("Expanded %s=%s to %d", attr, value, int_value);
int_value         262 attrd/commands.c             crm_xml_add_int(xml, F_ATTRD_VALUE, int_value);
int_value         153 lib/cib/cib_ops.c     int int_value = -1;
int_value         160 lib/cib/cib_ops.c         int_value = atoi(old_value);
int_value         161 lib/cib/cib_ops.c         sprintf(new_value, "%d", ++int_value);
int_value         166 lib/cib/cib_ops.c     crm_trace("%s %d(%s)->%s", field, int_value, crm_str(old_value), crm_str(new_value));
int_value        2332 lib/common/xml.c     int int_value = 0;
int_value        2362 lib/common/xml.c         int_value = char2score(old_value);
int_value        2370 lib/common/xml.c     int_value += offset;
int_value        2372 lib/common/xml.c     if (int_value > INFINITY) {
int_value        2373 lib/common/xml.c         int_value = (int)INFINITY;
int_value        2376 lib/common/xml.c     crm_xml_add_int(target, name, int_value);
int_value        1444 tools/crm_mon.c         int int_value;
int_value        1450 tools/crm_mon.c             int_value = crm_parse_int(value, NULL);
int_value        1451 tools/crm_mon.c             if (int_value > 0) {
int_value        1452 tools/crm_mon.c                 print_nvpair(stream, attr, NULL, NULL, int_value);
int_value        1459 tools/crm_mon.c             int_value = crm_parse_int(value, NULL);
int_value        1460 tools/crm_mon.c             if (int_value > 0) {
int_value        1461 tools/crm_mon.c                 print_nvpair(stream, attr, NULL, NULL, int_value);