Searched refs:ERR_put_error (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ERR_put_error.pod | 5 ERR_put_error, ERR_add_error_data, ERR_add_error_vdata - record an error 11 void ERR_put_error(int lib, int func, int reason, const char *file, int line); 18 ERR_put_error() adds an error code to the thread's error queue. It 59 ERR_put_error() and ERR_add_error_data() return
|
/third_party/openssl/include/openssl/ |
D | err.h | 29 # define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,d,e) 31 # define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,NULL,0) 220 void ERR_put_error(int lib, int func, int reason, const char *file, int line);
|
/third_party/openssl/ssl/statem/ |
D | statem.c | 121 ERR_put_error(ERR_LIB_SSL, func, reason, file, line); in ossl_statem_fatal()
|
/third_party/openssl/crypto/err/ |
D | err.c | 404 void ERR_put_error(int lib, int func, int reason, const char *file, int line) in ERR_put_error() function
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1416 #define ERR_put_error BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ERR_put_error) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 1032 ERR_put_error 1027 1_1_0 EXIST::FUNCTION:
|