Searched refs:ERR_SAVE_STATE (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Dinternal.h27 // ERR_SAVE_STATE contains a saved representation of the error queue. It is
30 typedef struct err_save_state_st ERR_SAVE_STATE; typedef in typeref:struct:err_save_state_st
33 OPENSSL_EXPORT void ERR_SAVE_STATE_free(ERR_SAVE_STATE *state);
35 // ERR_save_state returns a newly-allocated |ERR_SAVE_STATE| structure
38 OPENSSL_EXPORT ERR_SAVE_STATE *ERR_save_state(void);
41 OPENSSL_EXPORT void ERR_restore_state(const ERR_SAVE_STATE *state);
51 BORINGSSL_MAKE_DELETER(ERR_SAVE_STATE, ERR_SAVE_STATE_free)
H A Derr.c791 void ERR_SAVE_STATE_free(ERR_SAVE_STATE *state) {
802 ERR_SAVE_STATE *ERR_save_state(void) {
808 ERR_SAVE_STATE *ret = OPENSSL_malloc(sizeof(ERR_SAVE_STATE));
833 void ERR_restore_state(const ERR_SAVE_STATE *state) {

Completed in 24 milliseconds