Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c147 retry_reason = BIO_RR_CONNECT; in ssl_read()
211 retry_reason = BIO_RR_CONNECT; in ssl_write()
H A Dssl_lib.c3894 if (reason == BIO_RR_CONNECT) in SSL_get_error()
3915 if (reason == BIO_RR_CONNECT) in SSL_get_error()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c164 b->retry_reason = BIO_RR_CONNECT; in conn_state()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod129 connection process with the reason BIO_RR_CONNECT. If this is returned
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h254 # define BIO_RR_CONNECT 0x02 macro
H A Dbio.h.in255 # define BIO_RR_CONNECT 0x02 macro