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

/dovecot/src/doveadm/
H A Ddoveadm-oldstats.c21 struct top_line { struct
39 /* id => struct top_line. */
40 HASH_TABLE(char *, struct top_line *) sessions;
41 ARRAY(struct top_line *) lines;
42 int (*lines_sort)(struct top_line *const *, struct top_line *const *);
142 const struct top_line *old_line,
143 struct top_line *line)
165 struct top_line *old_line, *line;
178 line = p_new(ctx->cur_pool, struct top_line,
[all...]

Completed in 18 milliseconds