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

/dovecot/src/lib-sql/
H A Dsql-db-cache.c137 void sql_db_cache_deinit(struct sql_db_cache **_cache) argument
139 struct sql_db_cache *cache = *_cache;
141 *_cache = NULL;
/dovecot/src/lib/
H A Dfile-cache.c36 void file_cache_free(struct file_cache **_cache) argument
38 struct file_cache *cache = *_cache;
40 *_cache = NULL;
/dovecot/src/lib-master/
H A Dmaster-service-settings-cache.c73 void master_service_settings_cache_deinit(struct master_service_settings_cache **_cache) argument
75 struct master_service_settings_cache *cache = *_cache;
/dovecot/src/lib-index/
H A Dmail-cache.c579 void mail_cache_free(struct mail_cache **_cache) argument
581 struct mail_cache *cache = *_cache;
583 *_cache = NULL;
/dovecot/src/plugins/acl/
H A Dacl-cache.c58 void acl_cache_deinit(struct acl_cache **_cache) argument
60 struct acl_cache *cache = *_cache;
62 *_cache = NULL;
/dovecot/src/auth/
H A Dauth-cache.c247 void auth_cache_free(struct auth_cache **_cache) argument
249 struct auth_cache *cache = *_cache;
251 *_cache = NULL;

Completed in 18 milliseconds