OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcause
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
qlog_event_helpers.h
34
const QUIC_TERMINATE_CAUSE *
tcause
);
/src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog_event_helpers.c
120
const QUIC_TERMINATE_CAUSE *
tcause
)
124
QLOG_STR("owner",
tcause
->remote ? "remote" : "local");
125
if (
tcause
->app) {
126
QLOG_U64("application_code",
tcause
->error_code);
128
const char *m = quic_err_to_qlog(
tcause
->error_code);
131
if (
tcause
->error_code >= OSSL_QUIC_ERR_CRYPTO_ERR_BEGIN
132
&&
tcause
->error_code <= OSSL_QUIC_ERR_CRYPTO_ERR_END) {
134
(unsigned long long)
tcause
->error_code);
142
QLOG_U64("connection_code",
tcause
->error_code);
145
QLOG_STR_LEN("reason",
tcause
->reason, tcause->reason_len)
[
all
...]
quic_channel.c
96
const QUIC_TERMINATE_CAUSE *
tcause
,
2874
QUIC_TERMINATE_CAUSE
tcause
= { 0 };
local
2879
tcause
.app = 1;
2880
tcause
.error_code = app_error_code;
2881
tcause
.reason = app_reason;
2882
tcause
.reason_len = app_reason != NULL ? strlen(app_reason) : 0;
2883
ch_start_terminating(ch, &
tcause
, 0);
3055
* from the peer (
tcause
->remote == 1), we move to TERMINATING - DRAINING.
3124
const QUIC_TERMINATE_CAUSE *
tcause
,
3134
copy_tcause(&ch->terminate_cause,
tcause
);
3141
ossl_qlog_event_connectivity_connection_closed(ch_get_qlog(ch),
tcause
);
local
3213
QUIC_TERMINATE_CAUSE
tcause
= { 0 };
local
3408
QUIC_TERMINATE_CAUSE
tcause
= { 0 };
local
3417
QUIC_TERMINATE_CAUSE
tcause
= { 0 };
local
3460
QUIC_TERMINATE_CAUSE
tcause
= { 0 };
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c
1942
const QUIC_TERMINATE_CAUSE *
tcause
;
local
1984
tcause
= (h->s != NULL
1987
if (
tcause
!= NULL) {
1988
e_str = ossl_quic_err_to_string(
tcause
->error_code);
1989
f_str = ossl_quic_frame_type_to_string(
tcause
->frame_type);
1998
(unsigned long long)
tcause
->error_code,
2000
(unsigned long long)
tcause
->frame_type,
2002
tcause
->remote ? "remote" : "local",
2003
tcause
->app ? "app" : "transport",
2004
tcause
->reason != NULL ? tcause->reason : "-")
[
all
...]
Completed in 35 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026