Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/err/
H A Derr.c164 EV_PEEK_LAST enumerator
413 return get_error_values(EV_PEEK_LAST, NULL, NULL, NULL, NULL, NULL); in ERR_peek_last_error()
418 return get_error_values(EV_PEEK_LAST, file, line, NULL, NULL, NULL); in ERR_peek_last_error_line()
423 return get_error_values(EV_PEEK_LAST, NULL, NULL, func, NULL, NULL); in ERR_peek_last_error_func()
428 return get_error_values(EV_PEEK_LAST, NULL, NULL, NULL, data, flags); in ERR_peek_last_error_data()
435 return get_error_values(EV_PEEK_LAST, file, line, func, data, flags); in ERR_peek_last_error_all()
442 return get_error_values(EV_PEEK_LAST, file, line, NULL, data, flags); in ERR_peek_last_error_line_data()
483 if (g == EV_PEEK_LAST) in get_error_values()