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

/external/boringssl/src/crypto/bio/
H A Dconnect.c237 bio->retry_reason = BIO_RR_CONNECT;
256 bio->retry_reason = BIO_RR_CONNECT;
/external/boringssl/include/openssl/
H A Dbio.h187 /* BIO_RR_CONNECT indicates that a connect would have blocked */
188 #define BIO_RR_CONNECT 0x02 macro
/external/boringssl/src/include/openssl/
H A Dbio.h187 /* BIO_RR_CONNECT indicates that a connect would have blocked */
188 #define BIO_RR_CONNECT 0x02 macro
/external/boringssl/src/ssl/
H A Dssl_lib.c750 if (reason == BIO_RR_CONNECT) {
775 if (reason == BIO_RR_CONNECT) {

Completed in 114 milliseconds