Searched refs:get_error_values (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 165 static unsigned long get_error_values(ERR_GET_ACTION g, 351 return get_error_values(EV_POP, NULL, NULL, NULL, NULL, NULL); in ERR_get_error() 358 return get_error_values(EV_POP, file, line, func, data, flags); in ERR_get_error_all() 364 return get_error_values(EV_POP, file, line, NULL, NULL, NULL); in ERR_get_error_line() 370 return get_error_values(EV_POP, file, line, NULL, data, flags); in ERR_get_error_line_data() 376 return get_error_values(EV_PEEK, NULL, NULL, NULL, NULL, NULL); in ERR_peek_error() 381 return get_error_values(EV_PEEK, file, line, NULL, NULL, NULL); in ERR_peek_error_line() 386 return get_error_values(EV_PEEK, NULL, NULL, func, NULL, NULL); in ERR_peek_error_func() 391 return get_error_values(EV_PEEK, NULL, NULL, NULL, data, flags); in ERR_peek_error_data() 398 return get_error_values(EV_PEEK, file, line, func, data, flags); in ERR_peek_error_all() [all …]
|