Home
last modified time | relevance | path

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

/openssl-master/
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
/openssl-master/crypto/bio/
A Dbss_file.c67 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_new_file()
148 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_read()
297 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_ctrl()
326 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_ctrl()
A Dbio_sock.c325 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio()
344 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio()
A Dbss_fd.c231 err = get_last_sys_error(); in BIO_fd_should_retry()
/openssl-master/crypto/err/
A Derr.c642 int saveerrno = get_last_sys_error(); in ossl_err_get_state_int()
692 int saveerrno = get_last_sys_error(); in err_shelve_state()
/openssl-master/crypto/dso/
A Ddso_dlfcn.c102 int saveerrno = get_last_sys_error(); in dlfcn_load()
/openssl-master/ssl/
A Dssl_cert.c760 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
A Dssl_lib.c2099 if ((get_last_sys_error() == EAGAIN) || in SSL_sendfile()
2100 (get_last_sys_error() == EINTR) || in SSL_sendfile()
2101 (get_last_sys_error() == EBUSY)) in SSL_sendfile()
/openssl-master/ssl/statem/
A Dstatem_srvr.c787 switch (get_last_sys_error()) { in conn_is_closed()

Completed in 45 milliseconds