Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c1407 libusb_device **unref_list, **new_unref_list; in winusb_get_device_list() local
1679 new_unref_list = realloc(unref_list, (unref_size + UNREF_SIZE_STEP) * sizeof(void *)); in winusb_get_device_list()
1680 if (new_unref_list == NULL) { in winusb_get_device_list()
1684 unref_list = new_unref_list; in winusb_get_device_list()