Searched defs:app_error_code (Results 1 – 5 of 5) sorted by relevance
/ssl/quic/ |
A D | quic_tserver.c | 445 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()
|
A D | quic_stream_map.c | 602 uint64_t app_error_code, in ossl_quic_stream_map_notify_reset_recv_part()
|
A D | quic_impl.c | 4055 uint64_t *app_error_code) in quic_classify_stream() 4143 uint64_t *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() 4175 int ossl_quic_get_stream_write_error_code(SSL *ssl, uint64_t *app_error_code) in ossl_quic_get_stream_write_error_code()
|
A D | quic_channel.c | 2978 void ossl_quic_channel_local_close(QUIC_CHANNEL *ch, uint64_t 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()
|
/ssl/ |
A D | ssl_lib.c | 7987 int SSL_get_stream_read_error_code(SSL *s, uint64_t *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()
|
Completed in 73 milliseconds