| /src/crypto/openssl/test/ |
| H A D | bio_tfo_test.c | 88 sockerr = get_last_socket_error(); in test_bio_tfo() 99 sockerr = get_last_socket_error(); in test_bio_tfo() 106 sockerr = get_last_socket_error(); in test_bio_tfo() 118 sockerr = get_last_socket_error(); in test_bio_tfo() 130 sockerr = get_last_socket_error(); in test_bio_tfo() 138 sockerr = get_last_socket_error(); in test_bio_tfo() 157 sockerr = get_last_socket_error(); in test_bio_tfo() 163 sockerr = get_last_socket_error(); in test_bio_tfo() 170 sockerr = get_last_socket_error(); in test_bio_tfo() 179 sockerr = get_last_socket_error(); in test_bio_tfo() [all …]
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bio_sock2.c | 51 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_socket() 108 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 119 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 168 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 179 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 194 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 239 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_bind() 248 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error() /* may be 0 */, in BIO_bind() 310 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen() 323 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen() [all …]
|
| H A D | bss_dgram.c | 328 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_adjust_rcv_timeout() 337 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_adjust_rcv_timeout() 359 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_adjust_rcv_timeout() 366 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_adjust_rcv_timeout() 408 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_reset_rcv_timeout() 414 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_reset_rcv_timeout() 446 data->_errno = get_last_socket_error(); in dgram_read() 474 data->_errno = get_last_socket_error(); in dgram_write() 650 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_ctrl() 659 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in dgram_ctrl() [all …]
|
| H A D | bio_sock.c | 116 return get_last_socket_error(); in BIO_sock_error() 152 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_sock_init() 248 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_socket_ioctl() 301 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_accept() 410 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_sock_info()
|
| H A D | bio_addr.c | 251 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in addr_strings() 744 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex() 862 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex() 909 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex()
|
| H A D | bss_sock.c | 288 err = get_last_socket_error(); in BIO_sock_should_retry()
|
| H A D | bss_conn.c | 178 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in conn_state() 215 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in conn_state()
|
| H A D | bss_acpt.c | 233 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in acpt_state()
|
| /src/crypto/openssl/include/internal/ |
| H A D | sockets.h | 166 #define get_last_socket_error() errno macro 168 #define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) 171 #undef get_last_socket_error 174 #define get_last_socket_error() WSAGetLastError() macro 176 #define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR)
|
| /src/crypto/openssl/ssl/rio/ |
| H A D | rio_notifier.c | 96 int err = get_last_socket_error(); in create_socket() 105 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in create_socket() 375 if (rd < 0 && !BIO_fd_non_fatal_error(get_last_socket_error())) in ossl_rio_notifier_unsignal()
|
| /src/crypto/openssl/apps/ |
| H A D | s_client.c | 2265 BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error()); in s_client_main() 2305 get_last_socket_error()); in s_client_main() 3121 get_last_socket_error()); in s_client_main() 3187 int sockerr = get_last_socket_error(); in s_client_main() 3276 ret = get_last_socket_error(); in s_client_main()
|