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.c445 uint64_t *app_error_code) in ossl_quic_tserver_stream_has_peer_stop_sending()
462 uint64_t *app_error_code) 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()
H A Dquic_stream_map.c591 ossl_quic_stream_map_notify_reset_recv_part(QUIC_STREAM_MAP * qsm,QUIC_STREAM * qs,uint64_t app_error_code,uint64_t final_size) ossl_quic_stream_map_notify_reset_recv_part() argument
H A Dquic_impl.c4008 quic_classify_stream(QUIC_CONNECTION * qc,QUIC_STREAM * qs,int is_write,int * state,uint64_t * app_error_code) quic_classify_stream() argument
4095 quic_get_stream_error_code(SSL * ssl,int is_write,uint64_t * app_error_code) quic_get_stream_error_code() argument
4118 ossl_quic_get_stream_read_error_code(SSL * ssl,uint64_t * app_error_code) ossl_quic_get_stream_read_error_code() argument
4127 ossl_quic_get_stream_write_error_code(SSL * ssl,uint64_t * app_error_code) ossl_quic_get_stream_write_error_code() argument
[all...]
H A Dquic_channel.c2871 ossl_quic_channel_local_close(QUIC_CHANNEL * ch,uint64_t app_error_code,const char * app_reason) ossl_quic_channel_local_close() argument
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c163 uint64_t app_error_code, in h3_conn_stream_close()
179 uint64_t app_error_code, in h3_conn_stop_sending()
196 uint64_t app_error_code, in h3_conn_reset_stream()
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h187 uint64_t app_error_code; member
194 uint64_t app_error_code; member
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4405 int64_t stream_id, uint64_t app_error_code, void* user_data, in doq_stream_close_cb()
4434 uint64_t final_size, uint64_t app_error_code, void* user_data, in doq_stream_reset_cb()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7916 int SSL_get_stream_read_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_read_error_code()
7928 int SSL_get_stream_write_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_write_error_code()