Lines Matching refs:actualLength
707 request->actualLength += urb->actualLength;
769 requestDesc->actualLength = urbDesc->actualLength;
826 if (urb->actualLength > 0) {
827 unsigned char *target = request->buffer + request->actualLength;
829 if (memmove_s(target, urb->actualLength, urb->buffer, urb->actualLength) != EOK) {
834 request->actualLength += urb->actualLength;
891 request->actualLength += urb->actualLength;
902 } else if (urb->actualLength < urb->bufferLength) {
1422 request->actualLength = 0;