LIBUSB_CONTROL_SETUP_SIZE  232 chrome/browser/usb/usb_device_handle.cc         CHECK(transfer.length >= LIBUSB_CONTROL_SETUP_SIZE) <<
LIBUSB_CONTROL_SETUP_SIZE  236 chrome/browser/usb/usb_device_handle.cc             actual_length >= LIBUSB_CONTROL_SETUP_SIZE) {
LIBUSB_CONTROL_SETUP_SIZE  242 chrome/browser/usb/usb_device_handle.cc                  buffer->data() + LIBUSB_CONTROL_SETUP_SIZE,
LIBUSB_CONTROL_SETUP_SIZE  407 chrome/browser/usb/usb_device_handle.cc   const size_t resized_length = LIBUSB_CONTROL_SETUP_SIZE + length;
LIBUSB_CONTROL_SETUP_SIZE  410 chrome/browser/usb/usb_device_handle.cc   memcpy(resized_buffer->data() + LIBUSB_CONTROL_SETUP_SIZE, buffer->data(),
LIBUSB_CONTROL_SETUP_SIZE 1548 third_party/libusb/src/libusb/io.c 			rqlen -= LIBUSB_CONTROL_SETUP_SIZE;
LIBUSB_CONTROL_SETUP_SIZE 1419 third_party/libusb/src/libusb/libusb.h 	return transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE;
LIBUSB_CONTROL_SETUP_SIZE 1520 third_party/libusb/src/libusb/libusb.h 		transfer->length = (int) (LIBUSB_CONTROL_SETUP_SIZE
LIBUSB_CONTROL_SETUP_SIZE 1602 third_party/libusb/src/libusb/os/darwin_usb.c   tpriv->req.pData             = transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE;
LIBUSB_CONTROL_SETUP_SIZE 2022 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (transfer->length - LIBUSB_CONTROL_SETUP_SIZE > MAX_CTRL_BUFFER_LENGTH)
LIBUSB_CONTROL_SETUP_SIZE  704 third_party/libusb/src/libusb/os/openbsd_usb.c 	req.ucr_data = transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE;
LIBUSB_CONTROL_SETUP_SIZE 2878 third_party/libusb/src/libusb/os/windows_usb.c 	size = transfer->length - LIBUSB_CONTROL_SETUP_SIZE;
LIBUSB_CONTROL_SETUP_SIZE 2910 third_party/libusb/src/libusb/os/windows_usb.c 		if (!WinUSBX[sub_api].ControlTransfer(wfd.handle, *setup, transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, size, NULL, wfd.overlapped)) {
LIBUSB_CONTROL_SETUP_SIZE 3898 third_party/libusb/src/libusb/os/windows_usb.c 	size = transfer->length - LIBUSB_CONTROL_SETUP_SIZE;
LIBUSB_CONTROL_SETUP_SIZE 3924 third_party/libusb/src/libusb/os/windows_usb.c 				(setup->value >> 8) & 0xFF, setup->value & 0xFF, transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, &size);
LIBUSB_CONTROL_SETUP_SIZE 3930 third_party/libusb/src/libusb/os/windows_usb.c 				((uint8_t*)transfer->buffer)[LIBUSB_CONTROL_SETUP_SIZE] = (uint8_t)config;
LIBUSB_CONTROL_SETUP_SIZE 3944 third_party/libusb/src/libusb/os/windows_usb.c 			((uint8_t*)transfer->buffer)[LIBUSB_CONTROL_SETUP_SIZE] = 0;
LIBUSB_CONTROL_SETUP_SIZE 3961 third_party/libusb/src/libusb/os/windows_usb.c 			setup->index, transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, transfer_priv,
LIBUSB_CONTROL_SETUP_SIZE  102 third_party/libusb/src/libusb/sync.c 	buffer = (unsigned char*) malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength);
LIBUSB_CONTROL_SETUP_SIZE  111 third_party/libusb/src/libusb/sync.c 		memcpy(buffer + LIBUSB_CONTROL_SETUP_SIZE, data, wLength);