Searched refs:auth_cache (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/auth/ |
H A D | auth-cache.h | 16 struct auth_cache; 27 struct auth_cache *auth_cache_new(size_t max_size, unsigned int ttl_secs, 29 void auth_cache_free(struct auth_cache **cache); 33 auth_cache_clear(struct auth_cache *cache); 34 unsigned int auth_cache_clear_users(struct auth_cache *cache, 41 auth_cache_lookup(struct auth_cache *cache, const struct auth_request *request, 45 void auth_cache_insert(struct auth_cache *cache, struct auth_request *request, 49 void auth_cache_remove(struct auth_cache *cache,
|
H A D | passdb-cache.h | 7 extern struct auth_cache *passdb_cache;
|
H A D | auth-cache.c | 14 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...] |
H A D | passdb-cache.c | 14 struct auth_cache *passdb_cache = NULL;
|
Completed in 36 milliseconds