Searched defs:old_list (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/src/
H A DLos-common.c48 move_cached_elf_data (struct map_info *old_list, struct map_info *new_list) argument
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
[all...]
/external/curl/lib/
H A Dpipeline.c196 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
318 if(old_list) {
319 Curl_llist_destroy(old_list, NULL);

Completed in 100 milliseconds