Searched refs:totalbytes (Results 1 – 1 of 1) sorted by relevance
1269 size_t n, curr_rec, num_recs, totalbytes; in ssl3_read_bytes() local1448 totalbytes = 0; in ssl3_read_bytes()1450 if (len - totalbytes > SSL3_RECORD_get_length(rr)) in ssl3_read_bytes()1453 n = len - totalbytes; in ssl3_read_bytes()1477 totalbytes += n; in ssl3_read_bytes()1479 && totalbytes < len); in ssl3_read_bytes()1480 if (totalbytes == 0) { in ssl3_read_bytes()1488 *readbytes = totalbytes; in ssl3_read_bytes()
Completed in 4 milliseconds