OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prev_list
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/glib/
gslist.c
185
GSList *
prev_list
;
local
203
prev_list
= NULL;
208
prev_list
= tmp_list;
212
if (
prev_list
)
214
new_list->next =
prev_list
->next;
215
prev_list
->next = new_list;
755
GSList *
prev_list
= NULL;
local
773
prev_list
= tmp_list;
789
if (
prev_list
)
791
prev_list
->next = new_list
[
all
...]
Completed in 59 milliseconds