Lines Matching defs:user
15 struct mail_user *user)
17 struct stats_user *suser = STATS_USER_CONTEXT_REQUIRE(user);
24 str_append_tabescaped(str, user->username);
26 str_append_tabescaped(str, user->service);
30 if (user->conn.local_ip != NULL) {
32 str_append(str, net_ip2addr(user->conn.local_ip));
34 if (user->conn.remote_ip != NULL) {
36 str_append(str, net_ip2addr(user->conn.remote_ip));
43 struct mail_user *user)
45 struct stats_user *suser = STATS_USER_CONTEXT_REQUIRE(user);
58 struct mail_user *user,
61 struct stats_user *suser = STATS_USER_CONTEXT_REQUIRE(user);