Home
last modified time | relevance | path

Searched refs:BIO_RR_CONNECT (Results 1 – 9 of 9) sorted by relevance

/third_party/boringssl/src/ssl/
Dbio_ssl.cc45 bio->retry_reason = BIO_RR_CONNECT; in ssl_read()
80 bio->retry_reason = BIO_RR_CONNECT; in ssl_write()
Dssl_lib.cc1304 case BIO_RR_CONNECT: in bio_retry_reason_to_error()
/third_party/boringssl/src/crypto/bio/
Dconnect.c239 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
258 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
/third_party/openssl/ssl/
Dbio_ssl.c148 retry_reason = BIO_RR_CONNECT; in ssl_read()
212 retry_reason = BIO_RR_CONNECT; in ssl_write()
Dssl_lib.c3595 if (reason == BIO_RR_CONNECT) in SSL_get_error()
3616 if (reason == BIO_RR_CONNECT) in SSL_get_error()
/third_party/boringssl/src/include/openssl/
Dbio.h193 #define BIO_RR_CONNECT 0x02 macro
/third_party/openssl/crypto/bio/
Dbss_conn.c162 b->retry_reason = BIO_RR_CONNECT; in conn_state()
/third_party/openssl/doc/man3/
DBIO_s_connect.pod128 connection process with the reason BIO_RR_CONNECT. If this is returned
/third_party/openssl/include/openssl/
Dbio.h215 # define BIO_RR_CONNECT 0x02 macro