Home
last modified time | relevance | path

Searched refs:use_qlog (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h456 unsigned int use_qlog : 1; member
H A Dquic_channel.c113 if (!ch->use_qlog) in ch_get_qlog()
127 ch->use_qlog = 0; /* don't try again */ in ch_get_qlog()
474 ch->use_qlog = args->use_qlog; in ossl_quic_channel_alloc()
476 if (ch->use_qlog && args->qlog_title != NULL) { in ossl_quic_channel_alloc()
H A Dquic_port.c551 ch->use_qlog = 1; in port_make_channel()
/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h125 int use_qlog; member