Searched defs:cur_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 227 get_double(line->cur_values[sort_ctx->last_update_idx], &cur_time) < 0) 229 time_multiplier = (cur_time - prev_time) * 100; 382 double prev_double, cur_double, prev_time, cur_time; local 394 get_double(line->cur_values[ctx->last_update_idx], &cur_time) == 0) { 398 (cur_time - prev_time) * 100)) < 0)
|
Completed in 10 milliseconds