Home
last modified time | relevance | path

Searched refs:client_ht (Results 1 – 1 of 1) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-client-cache.c55 GHashTable *client_ht; member
203 GHashTable *client_ht; in client_ht_lookup() local
210 client_ht = client_cache->priv->client_ht; in client_ht_lookup()
236 GHashTable *client_ht; in client_ht_remove() local
243 client_ht = client_cache->priv->client_ht; in client_ht_remove()
764 g_hash_table_remove_all (priv->client_ht); in client_cache_dispose()
779 g_hash_table_destroy (priv->client_ht); in client_cache_finalize()
992 GHashTable *client_ht; in e_client_cache_init() local
1002 client_ht = g_hash_table_new_full ( in e_client_cache_init()
1011 client_cache->priv->client_ht = client_ht; in e_client_cache_init()
[all …]