Home
last modified time | relevance | path

Searched refs:get_last_sys_error (Results 1 – 12 of 12) sorted by relevance

/src/crypto/openssl/ssl/rio/
H A Drio_notifier.c118 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 De_os.h30 #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 Dbss_file.c67 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 Dbio_sock.c368 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 Dbss_fd.c231 err = get_last_sys_error(); in BIO_fd_should_retry()
/src/crypto/openssl/crypto/
H A Dtime.c39 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in ossl_time_now()
/src/crypto/openssl/crypto/err/
H A Derr.c676 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 Ddso_dlfcn.c99 int saveerrno = get_last_sys_error(); in dlfcn_load()
/src/crypto/openssl/ssl/
H A Dssl_cert.c981 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
H A Dssl_lib.c2634 …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 Dtls_common.c1944 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in tls_retry_write_records()
/src/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c866 switch (get_last_sys_error()) { in conn_is_closed()