OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_list
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/src/
Los-common.c
48
move_cached_elf_data (struct map_info *
old_list
, struct map_info *new_list)
50
while (
old_list
)
52
if (!
old_list
->ei.valid)
54
old_list
=
old_list
->next;
61
while (new_list &&
old_list
->start <= new_list->start)
63
if (
old_list
->start == new_list->start
64
&&
old_list
->end == new_list->end)
68
new_list->ei =
old_list
->ei;
70
old_list
->ei.mapped = false
[
all
...]
/external/curl/lib/
pipeline.c
196
struct curl_llist *
old_list
= *list_ptr;
local
247
if(
old_list
) {
248
Curl_llist_destroy(
old_list
, NULL);
289
struct curl_llist *
old_list
= *list_ptr;
local
313
if(
old_list
) {
314
Curl_llist_destroy(
old_list
, NULL);
/bionic/libc/bionic/
system_properties.cpp
730
auto
old_list
= *list;
local
731
*list =
old_list
->next;
732
delete
old_list
;
[
all
...]
/ndk/sources/host-tools/make-3.81/
filedef.h
114
extern char *build_target_list PARAMS ((char *
old_list
));
Completed in 147 milliseconds