Searched refs:ERR_put_error (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_put_error.pod | 8 ERR_put_error, ERR_add_error_data, ERR_add_error_vdata, 28 void ERR_put_error(int lib, int func, int reason, const char *file, int line); 42 ERR_put_error() adds an error code to the thread's error queue. It 162 ERR_raise(), ERR_raise_data(), ERR_put_error(), 169 ERR_raise(), ERR_raise() and ERR_put_error() are implemented as macros.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 39 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) 41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0) 409 # define ERR_put_error(lib, func, reason, file, line) \ macro
|
H A D | err.h.in | 41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) 43 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0) 398 # define ERR_put_error(lib, func, reason, file, line) \ macro
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 255 ERR_put_error define deprecated 3.0
|
H A D | libcrypto.num | 1000 ERR_put_error 1027 3_0_0 NOEXIST::FUNCTION:
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 151 MAN+= ERR_put_error.3 1614 MLINKS+= ERR_put_error.3 ERR_add_error_data.3 1615 MLINKS+= ERR_put_error.3 ERR_add_error_mem_bio.3 1616 MLINKS+= ERR_put_error.3 ERR_add_error_txt.3 1617 MLINKS+= ERR_put_error.3 ERR_add_error_vdata.3 1642 MLINKS+= ERR_put_error.3 ERR_raise.3 1643 MLINKS+= ERR_put_error.3 ERR_raise_data.3
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 1074 DEPEND[html/man3/ERR_put_error.html]=man3/ERR_put_error.pod 1075 GENERATE[html/man3/ERR_put_error.html]=man3/ERR_put_error.pod 1076 DEPEND[man/man3/ERR_put_error.3]=man3/ERR_put_error.pod 1077 GENERATE[man/man3/ERR_put_error.3]=man3/ERR_put_error.pod 3054 html/man3/ERR_put_error.html \ 3662 man/man3/ERR_put_error.3 \
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map |
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 204 * Deprecated ERR_put_error(), ERR_get_error_line(), ERR_get_error_line_data(),
|
H A D | CHANGES.md | 2104 where the former acts as a replacement for `ERR_put_error()`, and the 2105 latter replaces the combination `ERR_put_error()` + `ERR_add_error_data()`.
|