Searched refs:who_user (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-who.h24 HASH_TABLE(struct who_user *, struct who_user *) users;
H A Ddoveadm-who.c18 struct who_user { struct
26 static void who_user_ip(const struct who_user *user, struct ip_addr *ip_r)
36 static unsigned int who_user_hash(const struct who_user *user)
50 static int who_user_cmp(const struct who_user *user1,
51 const struct who_user *user2)
70 who_user_has_ip(const struct who_user *user, const struct ip_addr *ip)
112 static bool who_user_has_pid(struct who_user *user, pid_t pid)
126 struct who_user *user, lookup_user;
133 user = p_new(ctx->pool, struct who_user, 1);
209 static bool who_user_filter_match(const struct who_user *use
[all...]

Completed in 17 milliseconds