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

/dovecot/src/doveadm/
H A Ddoveadm-who.h4 struct who_line { struct
28 const struct who_line *line);
34 bool who_line_filter_match(const struct who_line *line,
H A Ddoveadm-who.c81 static int who_parse_line(const char *line, struct who_line *line_r)
124 const struct who_line *line)
193 struct who_line who_line; local
195 if (who_parse_line(line, &who_line) < 0)
198 callback(ctx, &who_line);
282 bool who_line_filter_match(const struct who_line *line,
298 const struct who_line *line)

Completed in 8 milliseconds