Searched refs:BIO_RR_CONNECT (Results 1 – 9 of 9) sorted by relevance
45 bio->retry_reason = BIO_RR_CONNECT; in ssl_read()80 bio->retry_reason = BIO_RR_CONNECT; in ssl_write()
1304 case BIO_RR_CONNECT: in bio_retry_reason_to_error()
239 bio->retry_reason = BIO_RR_CONNECT; in conn_state()258 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
148 retry_reason = BIO_RR_CONNECT; in ssl_read()212 retry_reason = BIO_RR_CONNECT; in ssl_write()
3595 if (reason == BIO_RR_CONNECT) in SSL_get_error()3616 if (reason == BIO_RR_CONNECT) in SSL_get_error()
193 #define BIO_RR_CONNECT 0x02 macro
162 b->retry_reason = BIO_RR_CONNECT; in conn_state()
128 connection process with the reason BIO_RR_CONNECT. If this is returned
215 # define BIO_RR_CONNECT 0x02 macro