Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dbioerr.h29 # define BIO_R_CONNECT_ERROR 103 macro
/openssl/crypto/bio/
H A Dbio_sock2.c156 ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR); in BIO_connect()
180 ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR); in BIO_connect()
H A Dbio_err.c25 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_CONNECT_ERROR), "connect error"},
H A Dbio_lib.c1029 case BIO_R_CONNECT_ERROR: in BIO_do_connect_retry()
1046 rv == 0 ? BIO_R_CONNECT_TIMEOUT : BIO_R_CONNECT_ERROR); in BIO_do_connect_retry()
1052 ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR); in BIO_do_connect_retry()
H A Dbss_conn.c229 ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR); in conn_state()
H A Dbss_dgram.c1200 ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR); in dgram_sctp_read()
/openssl/crypto/http/
H A Dhttp_client.c1096 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_ERROR) in OSSL_HTTP_exchange()
/openssl/crypto/err/
H A Dopenssl.txt134 BIO_R_CONNECT_ERROR:103:connect error

Completed in 33 milliseconds