int_value         290 daemons/attrd/attrd_commands.c             int int_value;
int_value         296 daemons/attrd/attrd_commands.c             int_value = attrd_expand_value(value, (v? v->current : NULL));
int_value         298 daemons/attrd/attrd_commands.c             crm_info("Expanded %s=%s to %d", attr, value, int_value);
int_value         299 daemons/attrd/attrd_commands.c             crm_xml_add_int(xml, PCMK__XA_ATTR_VALUE, int_value);
int_value         240 daemons/attrd/attrd_utils.c     int int_value = char2score(old_value);
int_value         247 daemons/attrd/attrd_utils.c     int_value += offset;
int_value         249 daemons/attrd/attrd_utils.c     if (int_value > INFINITY) {
int_value         250 daemons/attrd/attrd_utils.c         int_value = INFINITY;
int_value         252 daemons/attrd/attrd_utils.c     return int_value;
int_value         146 lib/cib/cib_ops.c     int int_value = -1;
int_value         152 lib/cib/cib_ops.c         int_value = atoi(old_value);
int_value         153 lib/cib/cib_ops.c         new_value = crm_itoa(++int_value);
int_value         158 lib/cib/cib_ops.c     crm_trace("%s %d(%s)->%s", field, int_value, crm_str(old_value), crm_str(new_value));
int_value         568 lib/common/xml.c     int int_value = 0;
int_value         598 lib/common/xml.c         int_value = char2score(old_value);
int_value         606 lib/common/xml.c     int_value += offset;
int_value         608 lib/common/xml.c     if (int_value > INFINITY) {
int_value         609 lib/common/xml.c         int_value = (int)INFINITY;
int_value         612 lib/common/xml.c     crm_xml_add_int(target, name, int_value);
int_value        1549 lib/pengine/pe_output.c             time_t int_value = (time_t) crm_parse_int(value, NULL);
int_value        1550 lib/pengine/pe_output.c             if (int_value > 0) {
int_value        1552 lib/pengine/pe_output.c                            (pcmkXmlStr) pcmk__epoch2str(&int_value));
int_value        1558 lib/pengine/pe_output.c             time_t int_value = (time_t) crm_parse_int(value, NULL);
int_value        1559 lib/pengine/pe_output.c             if (int_value > 0) {
int_value        1561 lib/pengine/pe_output.c                            (pcmkXmlStr) pcmk__epoch2str(&int_value));