Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c1408 unsigned int unref_size = UNREF_SIZE_STEP; in winusb_get_device_list() local
1438 unref_list = malloc(unref_size * sizeof(void *)); in winusb_get_device_list()
1678 if (unref_cur == unref_size) { in winusb_get_device_list()
1679 new_unref_list = realloc(unref_list, (unref_size + UNREF_SIZE_STEP) * sizeof(void *)); in winusb_get_device_list()
1685 unref_size += UNREF_SIZE_STEP; in winusb_get_device_list()