Home
last modified time | relevance | path

Searched refs:oldhead (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dlibmtp.c2684 LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist; in sort_storage_by() local
2691 oldhead = ptr1 = ptr2 = device->storage; in sort_storage_by()
2695 while(oldhead != NULL) { in sort_storage_by()
2696 ptr1 = ptr2 = oldhead; in sort_storage_by()
2712 oldhead = ptr2->next; in sort_storage_by()
2713 if(oldhead != NULL) in sort_storage_by()
2714 oldhead->prev = NULL; in sort_storage_by()
/external/elfutils/src/src/
Dldgeneric.c4807 struct symbol *oldhead = head->symbols->next_in_scn; in ld_generic_create_outfile() local
4810 runp->symbols->next_in_scn = oldhead; in ld_generic_create_outfile()