HomeSort by relevance Sort by last modified time
    Searched full:tree_matches (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/
gcontenttype.c 1090 static GList *tree_matches = NULL; variable
1223 tree_matches = g_list_insert_sorted (tree_matches, match, cmp_match);
1318 g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL);
1319 g_list_free (tree_matches);
1320 tree_matches = NULL;
    [all...]

Completed in 69 milliseconds