Searched refs:port_groups (Results 1 – 2 of 2) sorted by relevance
125 GHashTable *port_groups = g_hash_table_new_full (g_str_hash, g_str_equal, in lv2_count_ports() local142 if (g_hash_table_contains (port_groups, uri)) in lv2_count_ports()145 g_hash_table_add (port_groups, g_strdup (uri)); in lv2_count_ports()158 g_hash_table_unref (port_groups); in lv2_count_ports()
79717 const struct attribute_group **port_groups; member