Searched refs:acl_cache (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/plugins/acl/ |
H A D | acl-cache.h | 19 struct acl_cache *acl_cache_init(struct acl_backend *backend, 21 void acl_cache_deinit(struct acl_cache **cache); 23 struct acl_mask *acl_cache_mask_init(struct acl_cache *cache, pool_t pool, 26 unsigned int acl_cache_right_lookup(struct acl_cache *cache, 30 void acl_cache_flush(struct acl_cache *cache, const char *objname); 32 void acl_cache_flush_all(struct acl_cache *cache); 36 void acl_cache_update(struct acl_cache *cache, const char *objname, 39 void *acl_cache_get_validity(struct acl_cache *cache, const char *objname); 41 void acl_cache_set_validity(struct acl_cache *cache, const char *objname, 46 const char *const *acl_cache_get_names(struct acl_cache *cach [all...] |
H A D | acl-cache.c | 22 struct acl_cache { struct 41 struct acl_cache *acl_cache_init(struct acl_backend *backend, 44 struct acl_cache *cache; 46 cache = i_new(struct acl_cache, 1); 58 void acl_cache_deinit(struct acl_cache **_cache) 60 struct acl_cache *cache = *_cache; 86 acl_cache_mask_init_real(struct acl_cache *cache, pool_t pool, 110 struct acl_mask *acl_cache_mask_init(struct acl_cache *cache, pool_t pool, 141 unsigned int acl_cache_right_lookup(struct acl_cache *cache, const char *right) 165 void acl_cache_flush(struct acl_cache *cach [all...] |
H A D | acl-api-private.h | 51 struct acl_cache *cache;
|
Completed in 6729 milliseconds