Searched refs:hashtable_name (Results 1 – 1 of 1) sorted by relevance
619 gchar *hashtable_name; in register_plugins() local628 hashtable_name = g_strconcat (vendor, "-", entry_name, NULL); in register_plugins()630 hashtable_name = g_strdup (entry_name); in register_plugins()632 if (g_hash_table_lookup_extended (plugin_names, hashtable_name, NULL, NULL)) { in register_plugins()633 g_free (hashtable_name); in register_plugins()647 g_hash_table_insert (plugin_names, g_strdup (hashtable_name), NULL); in register_plugins()654 g_free (hashtable_name); in register_plugins()