Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbioerr.h30 # define BIO_R_CONNECT_TIMEOUT 147 macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_err.c26 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_CONNECT_TIMEOUT), "connect timeout"},
H A Dbio_lib.c1069 rv == 0 ? BIO_R_CONNECT_TIMEOUT : BIO_R_CONNECT_ERROR); in BIO_do_connect_retry()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c1206 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_TIMEOUT) in OSSL_HTTP_exchange()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt137 BIO_R_CONNECT_TIMEOUT:147:connect timeout