Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/
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
/freebsd/crypto/openssl/crypto/bio/
H 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()
H A Dbio_sock.c327 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio()
346 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()
/freebsd/crypto/openssl/crypto/err/
H A Derr.c675 int saveerrno = get_last_sys_error(); in ossl_err_get_state_int()
725 int saveerrno = get_last_sys_error(); in err_shelve_state()
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c102 int saveerrno = get_last_sys_error(); in dlfcn_load()
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c793 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
H A Dssl_lib.c2134 if ((get_last_sys_error() == EAGAIN) || in SSL_sendfile()
2135 (get_last_sys_error() == EINTR) || in SSL_sendfile()
2136 (get_last_sys_error() == EBUSY)) in SSL_sendfile()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c787 switch (get_last_sys_error()) { in conn_is_closed()