Searched refs:get_last_sys_error (Results 1 – 12 of 12) sorted by relevance
| /src/crypto/openssl/ssl/rio/ |
| H A D | rio_notifier.c | 118 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in create_socket() 128 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in create_socket() 163 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 173 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 181 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 189 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 197 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 207 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 217 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() 227 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_rio_notifier_init() [all …]
|
| /src/crypto/openssl/include/internal/ |
| H A D | e_os.h | 30 #define get_last_sys_error() errno macro 48 #undef get_last_sys_error 51 #define get_last_sys_error() GetLastError() macro
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bss_file.c | 67 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_new_file() 149 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_read() 288 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_ctrl() 318 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_ctrl()
|
| H A D | bio_sock.c | 368 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio() 387 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio()
|
| H A D | bss_fd.c | 231 err = get_last_sys_error(); in BIO_fd_should_retry()
|
| /src/crypto/openssl/crypto/ |
| H A D | time.c | 39 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_time_now()
|
| /src/crypto/openssl/crypto/err/ |
| H A D | err.c | 676 int saveerrno = get_last_sys_error(); in ossl_err_get_state_int() 726 int saveerrno = get_last_sys_error(); in err_shelve_state()
|
| /src/crypto/openssl/crypto/dso/ |
| H A D | dso_dlfcn.c | 99 int saveerrno = get_last_sys_error(); in dlfcn_load()
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_cert.c | 981 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
|
| H A D | ssl_lib.c | 2634 …if ((get_last_sys_error() == EAGAIN) || (get_last_sys_error() == EINTR) || (get_last_sys_error() =… in SSL_sendfile() 2638 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_sendfile()
|
| /src/crypto/openssl/ssl/record/methods/ |
| H A D | tls_common.c | 1944 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in tls_retry_write_records()
|
| /src/crypto/openssl/ssl/statem/ |
| H A D | statem_srvr.c | 866 switch (get_last_sys_error()) { in conn_is_closed()
|