Searched refs:BIO_RR_CONNECT (Results 1 – 4 of 4) sorted by relevance
204 retry_reason = BIO_RR_CONNECT; in ssl_read()272 retry_reason = BIO_RR_CONNECT; in ssl_write()
2637 if (reason == BIO_RR_CONNECT) in SSL_get_error()2658 if (reason == BIO_RR_CONNECT) in SSL_get_error()
244 b->retry_reason = BIO_RR_CONNECT; in conn_state()
241 #define BIO_RR_CONNECT 0x02 macro