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

/dovecot/src/auth/
H A Dauth-cache.c14 struct auth_cache { struct
147 auth_cache_node_unlink(struct auth_cache *cache, struct auth_cache_node *node)
165 auth_cache_node_link_head(struct auth_cache *cache,
179 auth_cache_node_destroy(struct auth_cache *cache, struct auth_cache_node *node)
192 struct auth_cache *cache = context;
200 struct auth_cache *cache = context;
227 struct auth_cache *auth_cache_new(size_t max_size, unsigned int ttl_secs,
231 struct auth_cache *cache;
233 cache = i_new(struct auth_cache, 1);
247 void auth_cache_free(struct auth_cache **_cach
[all...]

Completed in 16 milliseconds