Home | History | Annotate | Download | only in src

Lines Matching refs:oldhead

2684   LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist;
2691 oldhead = ptr1 = ptr2 = device->storage;
2695 while(oldhead != NULL) {
2696 ptr1 = ptr2 = oldhead;
2712 oldhead = ptr2->next;
2713 if(oldhead != NULL)
2714 oldhead->prev = NULL;