msec              361 lib/common/strings.c     long long msec = PCMK__PARSE_INT_DEFAULT;
msec              373 lib/common/strings.c     scan_ll(input, &msec, -1, &units);
msec              374 lib/common/strings.c     if (msec < 0) {
msec              430 lib/common/strings.c     if (msec > (LLONG_MAX / multiplier)) {
msec              433 lib/common/strings.c     return (msec * multiplier) / divisor;
msec              453 lib/common/strings.c     long long msec = PCMK__PARSE_INT_DEFAULT;
msec              457 lib/common/strings.c         msec = 0;
msec              465 lib/common/strings.c             msec = 1000 * crm_time_get_seconds(period_s);
msec              470 lib/common/strings.c         msec = crm_get_msec(input);
msec              473 lib/common/strings.c     if (msec == PCMK__PARSE_INT_DEFAULT) {
msec              476 lib/common/strings.c         msec = 0;
msec              482 lib/common/strings.c         *result_ms = (msec >= G_MAXUINT)? G_MAXUINT : (guint) msec;
msec              514 lib/common/utils.c     long long msec = -1;
msec              524 lib/common/utils.c             msec = 1000 * crm_time_get_seconds(period_s);
msec              529 lib/common/utils.c         msec = crm_get_msec(input);
msec              532 lib/common/utils.c     if (msec < 0) {
msec              537 lib/common/utils.c     return (msec >= G_MAXUINT)? G_MAXUINT : (guint) msec;