Home
last modified time | relevance | path

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

/ssl/quic/
A Dquic_tserver.c445 uint64_t *app_error_code) in ossl_quic_tserver_stream_has_peer_stop_sending() argument
454 if (qs->peer_stop_sending && app_error_code != NULL) in ossl_quic_tserver_stream_has_peer_stop_sending()
455 *app_error_code = qs->peer_stop_sending_aec; in ossl_quic_tserver_stream_has_peer_stop_sending()
462 uint64_t *app_error_code) in ossl_quic_tserver_stream_has_peer_reset_stream() argument
471 if (ossl_quic_stream_recv_is_reset(qs) && app_error_code != NULL) in ossl_quic_tserver_stream_has_peer_reset_stream()
472 *app_error_code = qs->peer_reset_stream_aec; in ossl_quic_tserver_stream_has_peer_reset_stream()
528 int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code) in ossl_quic_tserver_shutdown() argument
530 ossl_quic_channel_local_close(srv->ch, app_error_code, NULL); in ossl_quic_tserver_shutdown()
A Dquic_wire.c108 || !WPACKET_quic_write_vlint(pkt, f->app_error_code) in ossl_quic_wire_encode_frame_reset_stream()
120 || !WPACKET_quic_write_vlint(pkt, f->app_error_code)) in ossl_quic_wire_encode_frame_stop_sending()
606 || !PACKET_get_quic_vlint(pkt, &f->app_error_code) in ossl_quic_wire_decode_frame_reset_stream()
618 || !PACKET_get_quic_vlint(pkt, &f->app_error_code)) in ossl_quic_wire_decode_frame_stop_sending()
A Dquic_trace.c137 (unsigned long long)frame_data.app_error_code); in frame_reset_stream()
154 (unsigned long long)frame_data.app_error_code); in frame_stop_sending()
A Dqlog_event_helpers.c274 QLOG_U64("error_code", f.app_error_code); in log_frame_actual()
287 QLOG_U64("error_code", f.app_error_code); in log_frame_actual()
A Dquic_rx_depack.c210 frame_data.app_error_code, in depack_do_frame_reset_stream()
250 stream->peer_stop_sending_aec = frame_data.app_error_code; in depack_do_frame_stop_sending()
258 frame_data.app_error_code); in depack_do_frame_stop_sending()
A Dquic_impl.c4055 uint64_t *app_error_code) in quic_classify_stream() argument
4062 if (app_error_code != NULL) in quic_classify_stream()
4063 *app_error_code = UINT64_MAX; in quic_classify_stream()
4065 app_error_code = &final_size; /* throw away value */ in quic_classify_stream()
4087 *app_error_code = !is_write in quic_classify_stream()
4095 *app_error_code = !is_write in quic_classify_stream()
4143 uint64_t *app_error_code) in quic_get_stream_error_code() argument
4152 &state, app_error_code); in quic_get_stream_error_code()
4166 int ossl_quic_get_stream_read_error_code(SSL *ssl, uint64_t *app_error_code) in ossl_quic_get_stream_read_error_code() argument
4168 return quic_get_stream_error_code(ssl, /*is_write=*/0, app_error_code); in ossl_quic_get_stream_read_error_code()
[all …]
A Dquic_stream_map.c602 uint64_t app_error_code, in ossl_quic_stream_map_notify_reset_recv_part() argument
622 qs->peer_reset_stream_aec = app_error_code; in ossl_quic_stream_map_notify_reset_recv_part()
A Dquic_channel.c2978 void ossl_quic_channel_local_close(QUIC_CHANNEL *ch, uint64_t app_error_code, in ossl_quic_channel_local_close() argument
2987 tcause.error_code = app_error_code; in ossl_quic_channel_local_close()
3233 void ossl_quic_channel_set_tcause(QUIC_CHANNEL *ch, uint64_t app_error_code, in ossl_quic_channel_set_tcause() argument
3239 tcause.error_code = app_error_code; in ossl_quic_channel_set_tcause()
A Dquic_txp.c2534 f.app_error_code = stream->stop_sending_aec; in txp_generate_stream_related()
2560 f.app_error_code = stream->reset_stream_aec; in txp_generate_stream_related()
/ssl/
A Dssl_lib.c7987 int SSL_get_stream_read_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_read_error_code() argument
7993 return ossl_quic_get_stream_read_error_code(s, app_error_code); in SSL_get_stream_read_error_code()
7999 int SSL_get_stream_write_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_write_error_code() argument
8005 return ossl_quic_get_stream_write_error_code(s, app_error_code); in SSL_get_stream_write_error_code()

Completed in 56 milliseconds