Searched refs:prev_time (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-oldstats.c | 224 double prev, cur, diff, prev_time, cur_time, time_multiplier; local 226 if (get_double(line->prev_values[sort_ctx->last_update_idx], &prev_time) < 0 || 229 time_multiplier = (cur_time - prev_time) * 100; 382 double prev_double, cur_double, prev_time, cur_time; local 393 get_double(line->prev_values[ctx->last_update_idx], &prev_time) == 0 && 398 (cur_time - prev_time) * 100)) < 0)
|
Completed in 10 milliseconds