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

/dovecot/src/anvil/
H A Dconnect-limit.c21 HASH_TABLE(struct ident_pid *, struct ident_pid *) ident_pid_hash; member in struct:connect_limit
24 static unsigned int ident_pid_hash(const struct ident_pid *i) function
45 hash_table_create(&limit->ident_pid_hash, default_pool, 0,
46 ident_pid_hash, ident_pid_cmp);
56 hash_table_destroy(&limit->ident_pid_hash);
88 i = hash_table_lookup(limit->ident_pid_hash, &lookup_i);
94 hash_table_insert(limit->ident_pid_hash, i, i);
128 i = hash_table_lookup(limit->ident_pid_hash, &lookup_i);
136 hash_table_remove(limit->ident_pid_hash, i);
150 iter = hash_table_iterate_init(limit->ident_pid_hash);
[all...]

Completed in 10 milliseconds