msec 366 lib/common/strings.c long long msec = PCMK__PARSE_INT_DEFAULT; msec 378 lib/common/strings.c rc = scan_ll(input, &msec, PCMK__PARSE_INT_DEFAULT, &units); msec 380 lib/common/strings.c if ((rc == EOVERFLOW) && (msec > 0)) { msec 381 lib/common/strings.c crm_warn("'%s' will be clipped to %lld", input, msec); msec 383 lib/common/strings.c } else if ((rc != pcmk_rc_ok) || (msec < 0)) { msec 441 lib/common/strings.c if (msec > (LLONG_MAX / multiplier)) { msec 444 lib/common/strings.c return (msec * multiplier) / divisor; msec 464 lib/common/strings.c long long msec = PCMK__PARSE_INT_DEFAULT; msec 468 lib/common/strings.c msec = 0; msec 476 lib/common/strings.c msec = crm_time_get_seconds(period_s); msec 477 lib/common/strings.c msec = QB_MIN(msec, G_MAXUINT / 1000) * 1000; msec 482 lib/common/strings.c msec = crm_get_msec(input); msec 485 lib/common/strings.c if (msec < 0) { msec 488 lib/common/strings.c msec = 0; msec 494 lib/common/strings.c *result_ms = (msec >= G_MAXUINT)? G_MAXUINT : (guint) msec; msec 402 lib/common/utils.c long long msec = -1; msec 412 lib/common/utils.c msec = 1000 * crm_time_get_seconds(period_s); msec 417 lib/common/utils.c msec = crm_get_msec(input); msec 420 lib/common/utils.c if (msec < 0) { msec 425 lib/common/utils.c return (msec >= G_MAXUINT)? G_MAXUINT : (guint) msec;