msec 346 lib/common/strings.c long long msec = PCMK__PARSE_INT_DEFAULT; msec 381 lib/common/strings.c scan_ll(num_start, &msec, &end_text); msec 382 lib/common/strings.c if (msec > (LLONG_MAX / multiplier)) { msec 386 lib/common/strings.c msec *= multiplier; msec 387 lib/common/strings.c msec /= divisor; msec 388 lib/common/strings.c return msec; msec 309 lib/common/utils.c long long msec = -1; msec 319 lib/common/utils.c msec = 1000 * crm_time_get_seconds(period_s); msec 324 lib/common/utils.c msec = crm_get_msec(input); msec 327 lib/common/utils.c if (msec < 0) { msec 332 lib/common/utils.c return (msec >= G_MAXUINT)? G_MAXUINT : (guint) msec;