OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existing_list
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/fen/
fen-missing.c
50
GList *
existing_list
= NULL;
local
63
existing_list
= g_list_prepend (
existing_list
, idx);
67
for (idx =
existing_list
; idx; idx = idx->next) {
71
g_list_free (
existing_list
);
Completed in 130 milliseconds