Searched refs:BIO_R_UNABLE_TO_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | b_sock2.c | 93 BIOerr(BIO_F_BIO_CONNECT, BIO_R_UNABLE_TO_KEEPALIVE); in BIO_connect() 232 BIOerr(BIO_F_BIO_LISTEN, BIO_R_UNABLE_TO_KEEPALIVE); in BIO_listen()
|
D | bio_err.c | 112 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_KEEPALIVE),
|
/third_party/openssl/include/openssl/ |
D | bioerr.h | 111 # define BIO_R_UNABLE_TO_KEEPALIVE 137 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 792 #ifdef BIO_R_UNABLE_TO_KEEPALIVE 793 {"UNABLE_TO_KEEPALIVE", ERR_LIB_BIO, BIO_R_UNABLE_TO_KEEPALIVE},
|
D | _ssl_data_111.h | 853 #ifdef BIO_R_UNABLE_TO_KEEPALIVE 854 {"UNABLE_TO_KEEPALIVE", ERR_LIB_BIO, BIO_R_UNABLE_TO_KEEPALIVE},
|
D | _ssl_data_300.h | 903 #ifdef BIO_R_UNABLE_TO_KEEPALIVE 904 {"UNABLE_TO_KEEPALIVE", ERR_LIB_BIO, BIO_R_UNABLE_TO_KEEPALIVE},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1918 BIO_R_UNABLE_TO_KEEPALIVE:137:unable to keepalive
|