Searched refs:config_total_len (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3193 size_t config_total_len = 0; local
3206 config_total_len = LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE
3220 cd->wTotalLength = (uint16_t) config_total_len;
3259 if (*size > config_total_len)
3260 *size = config_total_len;

Completed in 81 milliseconds