Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dbio_ssl.c204 retry_reason = BIO_RR_CONNECT; in ssl_read()
272 retry_reason = BIO_RR_CONNECT; in ssl_write()
H A Dssl_lib.c2637 if (reason == BIO_RR_CONNECT) in SSL_get_error()
2658 if (reason == BIO_RR_CONNECT) in SSL_get_error()
/openbsd/lib/libcrypto/bio/
H A Dbss_conn.c244 b->retry_reason = BIO_RR_CONNECT; in conn_state()
H A Dbio.h241 #define BIO_RR_CONNECT 0x02 macro