Home
last modified time | relevance | path

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

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dbuddyicon.c75 static GHashTable *icon_data_cache = NULL; variable
241 if (img == g_hash_table_lookup(icon_data_cache, filename)) in image_deleting_cb()
244 g_hash_table_remove(icon_data_cache, filename); in image_deleting_cb()
273 if ((img = g_hash_table_lookup(icon_data_cache, file))) in purple_buddy_icon_data_new()
283 g_hash_table_insert(icon_data_cache, file, img); in purple_buddy_icon_data_new()
1266 icon_data_cache = g_hash_table_new_full(g_str_hash, g_str_equal, in purple_buddy_icons_init()
1286 g_hash_table_destroy(icon_data_cache); in purple_buddy_icons_uninit()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dbuddyicon.c75 static GHashTable *icon_data_cache = NULL; variable
241 if (img == g_hash_table_lookup(icon_data_cache, filename)) in image_deleting_cb()
244 g_hash_table_remove(icon_data_cache, filename); in image_deleting_cb()
273 if ((img = g_hash_table_lookup(icon_data_cache, file))) in purple_buddy_icon_data_new()
283 g_hash_table_insert(icon_data_cache, file, img); in purple_buddy_icon_data_new()
1266 icon_data_cache = g_hash_table_new_full(g_str_hash, g_str_equal, in purple_buddy_icons_init()
1286 g_hash_table_destroy(icon_data_cache); in purple_buddy_icons_uninit()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dbuddyicon.c75 static GHashTable *icon_data_cache = NULL; variable
241 if (img == g_hash_table_lookup(icon_data_cache, filename)) in image_deleting_cb()
244 g_hash_table_remove(icon_data_cache, filename); in image_deleting_cb()
273 if ((img = g_hash_table_lookup(icon_data_cache, file))) in purple_buddy_icon_data_new()
283 g_hash_table_insert(icon_data_cache, file, img); in purple_buddy_icon_data_new()
1266 icon_data_cache = g_hash_table_new_full(g_str_hash, g_str_equal, in purple_buddy_icons_init()
1286 g_hash_table_destroy(icon_data_cache); in purple_buddy_icons_uninit()