Lines Matching refs:Length
73 int Length, HTC_ENDPOINT_ID FromEndpoint);
657 int Length, HTC_ENDPOINT_ID FromEndpoint) in htc_process_trailer() argument
668 ("+htc_process_trailer (length:%d)\n", Length)); in htc_process_trailer()
671 AR_DEBUG_PRINTBUF(pBuffer, Length, "Recv Trailer"); in htc_process_trailer()
674 origLength = Length; in htc_process_trailer()
677 while (Length > 0) { in htc_process_trailer()
679 if (Length < sizeof(HTC_RECORD_HDR)) { in htc_process_trailer()
685 Length -= sizeof(HTC_RECORD_HDR); in htc_process_trailer()
691 if (htc_rec_len > Length) { in htc_process_trailer()
695 htc_rec_len, htc_rec_id, Length)); in htc_process_trailer()
736 Length -= htc_rec_len; in htc_process_trailer()