Home
last modified time | relevance | path

Searched refs:BIO_R_NBIO_CONNECT_ERROR (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/include/openssl/
Dbioerr.h103 # define BIO_R_NBIO_CONNECT_ERROR 110 macro
/third_party/openssl/crypto/bio/
Dbio_err.c100 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NBIO_CONNECT_ERROR), "nbio connect error"},
Dbss_conn.c204 BIOerr(BIO_F_CONN_STATE, BIO_R_NBIO_CONNECT_ERROR); in conn_state()
/third_party/python/Modules/
D_ssl_data.h752 #ifdef BIO_R_NBIO_CONNECT_ERROR
753 {"NBIO_CONNECT_ERROR", ERR_LIB_BIO, BIO_R_NBIO_CONNECT_ERROR},
D_ssl_data_111.h813 #ifdef BIO_R_NBIO_CONNECT_ERROR
814 {"NBIO_CONNECT_ERROR", ERR_LIB_BIO, BIO_R_NBIO_CONNECT_ERROR},
D_ssl_data_300.h858 #ifdef BIO_R_NBIO_CONNECT_ERROR
859 {"NBIO_CONNECT_ERROR", ERR_LIB_BIO, BIO_R_NBIO_CONNECT_ERROR},
/third_party/openssl/crypto/err/
Dopenssl.txt1910 BIO_R_NBIO_CONNECT_ERROR:110:nbio connect error