Searched refs:err_state (Results 1 – 5 of 5) sorted by relevance
87 ERR_STATE *err_state; member
462 ERR_STATE *err_state; member
142 if ((port->err_state = OSSL_ERR_STATE_new()) == NULL) in port_init()207 OSSL_ERR_STATE_free(port->err_state); in port_cleanup()208 port->err_state = NULL; in port_cleanup()1737 OSSL_ERR_STATE_save(port->err_state); in ossl_quic_port_raise_net_error()1753 OSSL_ERR_STATE_restore(port->err_state); in ossl_quic_port_restore_err_state()
425 OSSL_ERR_STATE_free(ch->err_state); in ch_cleanup()3387 if (ch->err_state == NULL) in ch_save_err_state()3388 ch->err_state = OSSL_ERR_STATE_new(); in ch_save_err_state()3390 if (ch->err_state == NULL) in ch_save_err_state()3393 OSSL_ERR_STATE_save(ch->err_state); in ch_save_err_state()3448 OSSL_ERR_STATE_restore(ch->err_state); in ossl_quic_channel_restore_err_state()3455 ERR_STATE *err_state, in ossl_quic_channel_raise_protocol_error_loc() argument3483 if (err_state != NULL) in ossl_quic_channel_raise_protocol_error_loc()3484 OSSL_ERR_STATE_restore(err_state); in ossl_quic_channel_raise_protocol_error_loc()
246 ERR_STATE *err_state,