Searched defs:sort_idx2 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-oldstats.c45 unsigned int sort_idx1, sort_idx2; member in struct:top_context
237 if (sort_ctx->sort_idx2 != 0) {
238 if (get_double(line->prev_values[sort_ctx->sort_idx2], &prev) < 0 ||
239 get_double(line->cur_values[sort_ctx->sort_idx2], &cur) < 0)
269 if (sort_ctx->sort_idx2 != 0) {
270 if (str_to_uint64(line->prev_values[sort_ctx->sort_idx2], &prev) < 0 ||
271 str_to_uint64(line->cur_values[sort_ctx->sort_idx2], &cur) < 0)
314 !stats_header_find(ctx, "sys_cpu", &ctx->sort_idx2))
320 !stats_header_find(ctx, disk_output_field, &ctx->sort_idx2))

Completed in 11 milliseconds