Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/err/
Derr.c129 struct err_error_st { struct
147 struct err_error_st errors[ERR_NUM_ERRORS]; argument
164 static void err_clear(struct err_error_st *error) { in err_clear()
166 OPENSSL_memset(error, 0, sizeof(struct err_error_st)); in err_clear()
169 static void err_copy(struct err_error_st *dst, const struct err_error_st *src) { in err_copy()
223 struct err_error_st *error; in get_error_values()
621 struct err_error_st *error; in err_set_error_data()
637 struct err_error_st *error; in ERR_put_error()
758 struct err_error_st *error = &state->errors[state->top]; in ERR_pop_to_mark()
787 struct err_error_st *errors;
[all …]