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

/dovecot/src/anvil/
H A Dconnect-limit.c10 struct ident_pid { struct
20 /* struct ident_pid => struct ident_pid */
21 HASH_TABLE(struct ident_pid *, struct ident_pid *) ident_pid_hash;
24 static unsigned int ident_pid_hash(const struct ident_pid *i)
29 static int ident_pid_cmp(const struct ident_pid *i1, const struct ident_pid *i2)
72 struct ident_pid *i, lookup_i;
90 i = i_new(struct ident_pid,
[all...]

Completed in 6 milliseconds