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

/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.h78 unsigned int actual_length; member in struct:usbfs_iso_packet_desc
93 int actual_length; member in struct:usbfs_urb
H A Dlinux_usbfs.c2007 if (urb->actual_length > 0) {
2009 usbi_dbg("received %d bytes of surplus data", urb->actual_length);
2014 memmove(target, urb->buffer, urb->actual_length);
2016 itransfer->transferred += urb->actual_length;
2029 itransfer->transferred += urb->actual_length;
2054 usbi_dbg("overflow, actual_length=%d", urb->actual_length);
2078 } else if (urb->actual_length < urb->buffer_length) {
2080 urb->actual_length, urb->buffer_length);
2178 lib_desc->actual_length
[all...]
H A Ddarwin_usb.c1610 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount;
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dsync.c40 usbi_dbg("actual_length=%d", transfer->actual_length);
120 transfer->actual_length);
124 r = transfer->actual_length;
152 usbi_dbg("actual_length=%d", transfer->actual_length);
191 *transferred = transfer->actual_length;
H A Dlibusb.h859 unsigned int actual_length; member in struct:libusb_iso_packet_descriptor
916 int actual_length; member in struct:libusb_transfer
1321 int *actual_length, unsigned int timeout);
1325 int *actual_length, unsigned int timeout);
H A Dio.c95 int actual_length;
96 int r = libusb_bulk_transfer(handle, LIBUSB_ENDPOINT_IN, data, sizeof(data), &actual_length, 0);
97 if (r == 0 && actual_length == sizeof(data)) {
191 * the \ref libusb_transfer::actual_length "libusb_transfer.actual_length"
196 * other behaviour is largely undefined: actual_length may or may not be
382 * - The actual_length field of the transfer structure is relative to the
385 * should expect an <tt>actual_length</tt> of 4 to indicate that the data was
440 * \ref libusb_transfer::actual_length "actual_length" fiel
[all...]
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c719 int actual_length; local
739 &actual_length, USB_WRITE_TIMEOUT);
766 int actual_length; local
777 &actual_length, usbDevice[reader_index].ccid.readTimeout);
792 *length = actual_length;
1185 int ret, actual_length; local
1231 actual_length = transfer->actual_length;
1242 DEBUG_XXD("NotifySlotChange: ", buffer, actual_length);
1297 int rv, status, actual_length; local
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/examples/
H A Ddpfp.c159 printf("async cb_mode_changed length=%d actual_length=%d\n",
160 transfer->length, transfer->actual_length);
H A Ddpfp_threaded.c188 printf("async cb_mode_changed length=%d actual_length=%d\n",
189 transfer->length, transfer->actual_length);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmacterm.c11364 UniCharCount actual_length;
11372 1, &actual_length, &code);
11373 if (status == noErr && actual_length == 1)
11334 UniCharCount actual_length; local

Completed in 210 milliseconds