Searched refs:ERR_put_error (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | ERR_put_error.pod | 5 ERR_put_error, ERR_add_error_data - record an error 11 void ERR_put_error(int lib, int func, int reason, const char *file, 18 ERR_put_error() adds an error code to the thread's error queue. It 32 ERR_put_error() and ERR_add_error_data() return 41 ERR_put_error() is available in all versions of SSLeay and OpenSSL.
|
| D | err.pod | 39 void ERR_put_error(int lib, int func, int reason, const char *file, 70 See L<ERR_put_error(3)> if you want to record error codes in the 183 L<ERR_put_error(3)|ERR_put_error(3)>,
|
| /mirbsd/src/lib/libssl/src/crypto/err/ |
| D | err.h | 79 #define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,d,e) 81 #define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,NULL,0) 242 void ERR_put_error(int lib, int func,int reason,const char *file,int line);
|
| D | err.c | 667 void ERR_put_error(int lib, int func, int reason, const char *file, in ERR_put_error() function
|
| /mirbsd/src/lib/libssl/man/ |
| D | Makefile | 81 ERR_put_error.cat3 \ 517 ERR_put_error.3 ERR_add_error_data.3 \
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 1235 ./man3/ERR_put_error.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 4511 ./usr/share/man/cat3/ERR_put_error.0
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 3480 void ERR_put_error(int lib, int func,int reason);
|