Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgcontenttype.c1090 static GList *tree_matches = NULL; variable
1223 tree_matches = g_list_insert_sorted (tree_matches, match, cmp_match); in insert_match()
1318 g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL); in tree_magic_shutdown()
1319 g_list_free (tree_matches); in tree_magic_shutdown()
1320 tree_matches = NULL; in tree_magic_shutdown()
1655 for (l = tree_matches; l; l = l->next) in g_content_type_guess_for_tree()