Home | History | Annotate | Download | only in err

Lines Matching full:err_state

156   ERR_STATE *state = statep;
170 /* err_get_state gets the ERR_STATE object for the current thread. */
171 static ERR_STATE *err_get_state(void) {
172 ERR_STATE *state = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_ERR);
174 state = OPENSSL_malloc(sizeof(ERR_STATE));
178 memset(state, 0, sizeof(ERR_STATE));
191 ERR_STATE *state;
298 ERR_STATE *const state = err_get_state();
558 /* thread_hash is the least-significant bits of the |ERR_STATE| pointer value
591 ERR_STATE *const state = err_get_state();
610 ERR_STATE *const state = err_get_state();
715 ERR_STATE *const state = err_get_state();
725 ERR_STATE *const state = err_get_state();