Home | History | Annotate | Download | only in socket

Lines Matching refs:total_bytes_read

1071   int total_bytes_read = 0;
1073 rv = SSL_read(ssl_, user_read_buf_->data() + total_bytes_read,
1074 user_read_buf_len_ - total_bytes_read);
1076 total_bytes_read += rv;
1077 } while (total_bytes_read < user_read_buf_len_ && rv > 0);
1079 if (total_bytes_read == user_read_buf_len_) {
1080 rv = total_bytes_read;
1093 if (total_bytes_read > 0) {
1095 rv = total_bytes_read;