Searched refs:BIO_R_CONNECT_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
30 # define BIO_R_CONNECT_TIMEOUT 147 macro
26 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_CONNECT_TIMEOUT), "connect timeout"},
952 rv == 0 ? BIO_R_CONNECT_TIMEOUT : BIO_R_CONNECT_ERROR); in BIO_do_connect_retry()
1009 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_TIMEOUT) in OSSL_HTTP_exchange()
135 BIO_R_CONNECT_TIMEOUT:147:connect timeout
Completed in 12 milliseconds