Home
last modified time | relevance | path

Searched refs:get_last_socket_error (Results 1 – 11 of 11) sorted by relevance

/src/crypto/openssl/test/
H A Dbio_tfo_test.c88 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 Dbio_sock2.c51 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 Dbss_dgram.c328 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 Dbio_sock.c116 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 Dbio_addr.c251 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 Dbss_sock.c288 err = get_last_socket_error(); in BIO_sock_should_retry()
H A Dbss_conn.c178 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 Dbss_acpt.c233 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in acpt_state()
/src/crypto/openssl/include/internal/
H A Dsockets.h166 #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 Drio_notifier.c96 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 Ds_client.c2265 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()