Searched defs:sort_idx1 (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-oldstats.c | 45 unsigned int sort_idx1, sort_idx2; member in struct:top_context 231 if (get_double(line->prev_values[sort_ctx->sort_idx1], &prev) < 0 || 232 get_double(line->cur_values[sort_ctx->sort_idx1], &cur) < 0) 264 if (str_to_uint64(line->prev_values[sort_ctx->sort_idx1], &prev) < 0 || 265 str_to_uint64(line->cur_values[sort_ctx->sort_idx1], &cur) < 0) 309 if (stats_header_find(ctx, ctx->sort_type, &ctx->sort_idx1)) 313 if (!stats_header_find(ctx, "user_cpu", &ctx->sort_idx1) || 319 if (!stats_header_find(ctx, disk_input_field, &ctx->sort_idx1) ||
|
Completed in 336 milliseconds