Home
last modified time | relevance | path

Searched refs:bio_ret (Results 1 – 3 of 3) sorted by relevance

/ssl/
A Dd1_both.cc912 int bio_ret = BIO_write(ssl->wbio.get(), packet.data(), packet_len); in send_flight() local
913 if (bio_ret <= 0) { in send_flight()
918 return bio_ret; in send_flight()
1007 int bio_ret = in send_ack() local
1009 if (bio_ret <= 0) { in send_ack()
1011 return bio_ret; in send_ack()
A Dhandshake.cc565 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert); in ssl_run_handshake() local
566 if (bio_ret <= 0) { in ssl_run_handshake()
567 return bio_ret; in ssl_run_handshake()
A Dssl_lib.cc897 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert); in ssl_read_impl() local
898 if (bio_ret <= 0) { in ssl_read_impl()
899 return bio_ret; in ssl_read_impl()

Completed in 19 milliseconds