Searched refs:totalbytes (Results 1 – 1 of 1) sorted by relevance
619 size_t n, curr_rec, totalbytes; in ssl3_read_bytes() local783 totalbytes = 0; in ssl3_read_bytes()786 if (len - totalbytes > rr->length) in ssl3_read_bytes()789 n = len - totalbytes; in ssl3_read_bytes()806 totalbytes += n; in ssl3_read_bytes()809 && totalbytes < len); in ssl3_read_bytes()810 if (totalbytes == 0) { in ssl3_read_bytes()814 *readbytes = totalbytes; in ssl3_read_bytes()
Completed in 6 milliseconds