Home
last modified time | relevance | path

Searched defs:app_error_code (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c444 uint64_t *app_error_code) in ossl_quic_tserver_stream_has_peer_stop_sending()
461 uint64_t *app_error_code) in ossl_quic_tserver_stream_has_peer_reset_stream()
527 int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code) in ossl_quic_tserver_shutdown()
H A Dquic_stream_map.c593 uint64_t app_error_code, in ossl_quic_stream_map_notify_reset_recv_part()
H A Dquic_impl.c4003 uint64_t *app_error_code) in quic_classify_stream()
4091 uint64_t *app_error_code) in quic_get_stream_error_code()
4114 int ossl_quic_get_stream_read_error_code(SSL *ssl, uint64_t *app_error_code) in ossl_quic_get_stream_read_error_code()
4123 int ossl_quic_get_stream_write_error_code(SSL *ssl, uint64_t *app_error_code) in ossl_quic_get_stream_write_error_code()
H A Dquic_channel.c2918 void ossl_quic_channel_local_close(QUIC_CHANNEL *ch, uint64_t app_error_code, in ossl_quic_channel_local_close()
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c161 uint64_t app_error_code, in h3_conn_stream_close()
177 uint64_t app_error_code, in h3_conn_stop_sending()
194 uint64_t app_error_code, in h3_conn_reset_stream()
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h199 uint64_t app_error_code; member
206 uint64_t app_error_code; member
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4407 "app_error_code %d", (int)stream_id, (int)final_size, in doq_stream_reset_cb() argument
4378 doq_stream_close_cb(ngtcp2_conn * ATTR_UNUSED (conn),uint32_t flags,int64_t stream_id,uint64_t app_error_code,void * user_data,void * ATTR_UNUSED (stream_user_data)) doq_stream_close_cb() argument
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7965 int SSL_get_stream_read_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_read_error_code()
7977 int SSL_get_stream_write_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_write_error_code()