Searched refs:get_last_sys_error (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | e_os.h | 75 # define get_last_sys_error() errno macro 93 # undef get_last_sys_error 96 # define get_last_sys_error() GetLastError() macro
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bss_file.c | 67 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 D | bio_sock.c | 327 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 D | bss_fd.c | 231 err = get_last_sys_error(); in BIO_fd_should_retry()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | bss_file.c | 69 SYSerr(SYS_F_FOPEN, get_last_sys_error()); in BIO_new_file() 149 SYSerr(SYS_F_FREAD, get_last_sys_error()); in file_read() 288 SYSerr(SYS_F_FOPEN, get_last_sys_error()); in file_ctrl() 316 SYSerr(SYS_F_FFLUSH, get_last_sys_error()); in file_ctrl()
|
| H A D | b_sock.c | 311 SYSerr(SYS_F_FCNTL, get_last_sys_error()); in BIO_socket_nbio() 329 SYSerr(SYS_F_FCNTL, get_last_sys_error()); in BIO_socket_nbio()
|
| H A D | bss_fd.c | 233 err = get_last_sys_error(); in BIO_fd_should_retry()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
| H A D | err.c | 217 int saveerrno = get_last_sys_error(); in build_SYS_str_reasons() 750 int saveerrno = get_last_sys_error(); in ERR_get_state() 792 int saveerrno = get_last_sys_error(); in err_shelve_state()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
| H A D | err.c | 675 int saveerrno = get_last_sys_error(); in ossl_err_get_state_int() 725 int saveerrno = get_last_sys_error(); in err_shelve_state()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| H A D | dso_dlfcn.c | 102 int saveerrno = get_last_sys_error(); in dlfcn_load()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| H A D | dso_dlfcn.c | 102 int saveerrno = get_last_sys_error(); in dlfcn_load()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_cert.c | 741 SYSerr(SYS_F_OPENDIR, get_last_sys_error()); in SSL_add_dir_cert_subjects_to_stack()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_cert.c | 793 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| H A D | statem_srvr.c | 787 switch (get_last_sys_error()) { in conn_is_closed()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | statem_srvr.c | 786 switch (get_last_sys_error()) { in conn_is_closed()
|