Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c1308 libusb_device **unref_list, **new_unref_list; in windows_get_device_list() local
1329 unref_list = calloc(unref_size, sizeof(libusb_device *)); in windows_get_device_list()
1330 if (unref_list == NULL) in windows_get_device_list()
1536 unref_list[unref_cur++] = dev; in windows_get_device_list()
1539 new_unref_list = usbi_reallocf(unref_list, unref_size * sizeof(libusb_device *)); in windows_get_device_list()
1544 unref_list = new_unref_list; in windows_get_device_list()
1647 safe_unref_device(unref_list[i]); in windows_get_device_list()
1648 free(unref_list); in windows_get_device_list()