Searched refs:new_guid_list (Results 1 – 1 of 1) sorted by relevance
1398 const GUID **guid_list, **new_guid_list; in winusb_get_device_list() local1569 new_guid_list = realloc((void *)guid_list, (guid_size + GUID_SIZE_STEP) * sizeof(void *)); in winusb_get_device_list()1570 if (new_guid_list == NULL) { in winusb_get_device_list()1574 guid_list = new_guid_list; in winusb_get_device_list()