Home
last modified time | relevance | path

Searched refs:BIO_R_CONNECT_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/bio/
Dconnect.c241 OPENSSL_PUT_ERROR(BIO, BIO_R_CONNECT_ERROR); in conn_state()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbio.h917 #define BIO_R_CONNECT_ERROR 102 macro
/external/boringssl/src/include/openssl/
Dbio.h921 #define BIO_R_CONNECT_ERROR 102 macro
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dconnect.c241 OPENSSL_PUT_ERROR(BIO, BIO_R_CONNECT_ERROR); in conn_state()
/external/python/cpython3/Modules/
D_ssl_data.h692 #ifdef BIO_R_CONNECT_ERROR
693 {"CONNECT_ERROR", ERR_LIB_BIO, BIO_R_CONNECT_ERROR},