Searched refs:dict_sql_settings_cache (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dict-backend/
H A Ddict-sql-settings.c46 struct dict_sql_settings_cache { struct
52 static HASH_TABLE(const char *, struct dict_sql_settings_cache *) dict_sql_settings_cache;
290 struct dict_sql_settings_cache *cache;
293 if (!hash_table_is_created(dict_sql_settings_cache)) {
294 hash_table_create(&dict_sql_settings_cache, default_pool, 0,
298 cache = hash_table_lookup(dict_sql_settings_cache, path);
322 cache = p_new(pool, struct dict_sql_settings_cache, 1);
327 hash_table_insert(dict_sql_settings_cache, cache->path, cache);
334 struct dict_sql_settings_cache *cach
[all...]

Completed in 1081 milliseconds