Home
last modified time | relevance | path

Searched refs:ERR_put_error (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DERR_put_error.pod8 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 Derr.h39 # 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 Derr.h.in41 # 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 Dother.syms255 ERR_put_error define deprecated 3.0
H A Dlibcrypto.num1000 ERR_put_error 1027 3_0_0 NOEXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile151 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 Dbuild.info1074 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 DVersion.map
/freebsd/crypto/openssl/
H A DNEWS.md204 * Deprecated ERR_put_error(), ERR_get_error_line(), ERR_get_error_line_data(),
H A DCHANGES.md2104 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()`.