HomeSort by relevance Sort by last modified time
    Searched defs:old_list (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 167 milliseconds