Lines Matching refs:error_code
1985 uint64_t error_code; in ch_tick_tls() local
1995 if (ossl_quic_tls_get_error(ch->qtls, &error_code, &error_msg, in ch_tick_tls()
1997 ossl_quic_channel_raise_protocol_error_state(ch, error_code, 0, in ch_tick_tls()
2378 tcause.error_code = OSSL_QUIC_ERR_CONNECTION_REFUSED; in ch_raise_version_neg_failure()
2634 tcause.error_code = app_error_code; in ossl_quic_channel_local_close()
2826 dst->error_code = src->error_code; in copy_tcause()
2892 f.error_code = ch->terminate_cause.error_code; in ch_start_terminating()
2953 tcause.error_code = f->error_code; in ossl_quic_channel_on_remote_conn_close()
3137 tcause.error_code = OSSL_QUIC_ERR_NO_ERROR; in ossl_quic_channel_on_stateless_reset()
3151 tcause.error_code = OSSL_QUIC_ERR_INTERNAL_ERROR; in ossl_quic_channel_raise_net_error()
3179 uint64_t error_code, in ossl_quic_channel_raise_protocol_error_loc() argument
3188 int err_reason = error_code == OSSL_QUIC_ERR_INTERNAL_ERROR in ossl_quic_channel_raise_protocol_error_loc()
3190 const char *err_str = ossl_quic_err_to_string(error_code); in ossl_quic_channel_raise_protocol_error_loc()
3223 (unsigned long long) error_code, in ossl_quic_channel_raise_protocol_error_loc()
3231 (unsigned long long) error_code, in ossl_quic_channel_raise_protocol_error_loc()
3241 tcause.error_code = error_code; in ossl_quic_channel_raise_protocol_error_loc()
3328 ch->terminate_cause.error_code = OSSL_QUIC_LOCAL_ERR_IDLE_TIMEOUT; in ch_on_idle_timeout()