Lines Matching defs:auth_cache
14 struct auth_cache {
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 **_cache)
249 struct auth_cache *cache = *_cache;
260 unsigned int auth_cache_clear(struct auth_cache *cache)
314 unsigned int auth_cache_clear_users(struct auth_cache *cache,
368 auth_cache_lookup(struct auth_cache *cache, const struct auth_request *request,
412 void auth_cache_insert(struct auth_cache *cache, struct auth_request *request,
474 void auth_cache_remove(struct auth_cache *cache,