Lines Matching refs:pLength
136 if (xfer->pLength) { in libusb20_tr_close()
137 free(xfer->pLength); in libusb20_tr_close()
195 size = MaxFrameCount * sizeof(xfer->pLength[0]); in libusb20_tr_open_stream()
196 xfer->pLength = malloc(size); in libusb20_tr_open_stream()
197 if (xfer->pLength == NULL) { in libusb20_tr_open_stream()
200 memset(xfer->pLength, 0, size); in libusb20_tr_open_stream()
205 free(xfer->pLength); in libusb20_tr_open_stream()
220 free(xfer->pLength); in libusb20_tr_open_stream()
255 actlen += xfer->pLength[x]; in libusb20_tr_get_actual_length()
375 return (xfer->pLength[frIndex]); in libusb20_tr_get_length()
381 xfer->pLength[frIndex] = length; in libusb20_tr_set_length()
421 xfer->pLength[0] = length; in libusb20_tr_setup_bulk()
433 xfer->pLength[0] = 8; /* fixed */ in libusb20_tr_setup_control()
441 xfer->pLength[1] = len; in libusb20_tr_setup_control()
452 xfer->pLength[0] = length; in libusb20_tr_setup_intr()
466 xfer->pLength[frIndex] = length; in libusb20_tr_setup_isoc()