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

  /external/bluetooth/glib/gio/fen/
fen-missing.c 42 static GList *missing_list = NULL; variable
57 for (idx = missing_list; idx; idx = idx->next) {
68 missing_list = g_list_remove_link (missing_list, (GList *)idx->data);
73 if (missing_list == NULL) {
94 if (g_list_find (missing_list, f) != NULL) {
100 missing_list = g_list_prepend (missing_list, f);
120 missing_list = g_list_remove (missing_list, f)
    [all...]

Completed in 38 milliseconds