OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:missing_sub_list
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/inotify/
inotify-missing.c
37
static GList *
missing_sub_list
= NULL;
variable
61
if (g_list_find (
missing_sub_list
, sub))
68
missing_sub_list
= g_list_prepend (
missing_sub_list
, sub);
84
link = g_list_find (
missing_sub_list
, sub);
94
missing_sub_list
= g_list_remove_link (
missing_sub_list
, link);
109
IM_W ("scanning missing list with %d items\n", g_list_length (
missing_sub_list
));
110
for (l =
missing_sub_list
; l; l = l->next)
125
*
missing_sub_list
. We do the removal outside of this loop
[
all
...]
Completed in 162 milliseconds