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.c163 EV_POP, EV_PEEK, EV_PEEK_LAST enumerator
412 return get_error_values(EV_PEEK_LAST, NULL, NULL, NULL, NULL, NULL); in ERR_peek_last_error()
417 return get_error_values(EV_PEEK_LAST, file, line, NULL, NULL, NULL); in ERR_peek_last_error_line()
422 return get_error_values(EV_PEEK_LAST, NULL, NULL, func, NULL, NULL); in ERR_peek_last_error_func()
427 return get_error_values(EV_PEEK_LAST, NULL, NULL, NULL, data, flags); in ERR_peek_last_error_data()
434 return get_error_values(EV_PEEK_LAST, file, line, func, data, flags); in ERR_peek_last_error_all()
441 return get_error_values(EV_PEEK_LAST, file, line, NULL, data, flags); in ERR_peek_last_error_line_data()
482 if (g == EV_PEEK_LAST) in get_error_values()