int_value         343 daemons/attrd/attrd_ipc.c         int int_value;
int_value         351 daemons/attrd/attrd_ipc.c         int_value = attrd_expand_value(*value, (v? v->current : NULL));
int_value         353 daemons/attrd/attrd_ipc.c         crm_info("Expanded %s=%s to %d", attr, *value, int_value);
int_value         354 daemons/attrd/attrd_ipc.c         crm_xml_add_int(xml, PCMK__XA_ATTR_VALUE, int_value);
int_value         169 daemons/attrd/attrd_utils.c     int int_value = char2score(old_value);
int_value         176 daemons/attrd/attrd_utils.c     int_value += offset;
int_value         178 daemons/attrd/attrd_utils.c     if (int_value > INFINITY) {
int_value         179 daemons/attrd/attrd_utils.c         int_value = INFINITY;
int_value         181 daemons/attrd/attrd_utils.c     return int_value;
int_value         216 lib/cib/cib_ops.c     int int_value = -1;
int_value         222 lib/cib/cib_ops.c         int_value = atoi(old_value);
int_value         223 lib/cib/cib_ops.c         new_value = pcmk__itoa(++int_value);
int_value         527 lib/common/xml.c     int int_value = 0;
int_value         557 lib/common/xml.c         int_value = char2score(old_value);
int_value         565 lib/common/xml.c     int_value += offset;
int_value         567 lib/common/xml.c     if (int_value > INFINITY) {
int_value         568 lib/common/xml.c         int_value = (int)INFINITY;
int_value         571 lib/common/xml.c     crm_xml_add_int(target, name, int_value);