Home
last modified time | relevance | path

Searched defs:qlog (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dqlog.c57 QLOG *qlog = OPENSSL_zalloc(sizeof(QLOG)); in ossl_qlog_new() local
107 QLOG *qlog = NULL; in ossl_qlog_new_from_env() local
160 void ossl_qlog_free(QLOG *qlog) in ossl_qlog_free()
178 int ossl_qlog_set_sink_bio(QLOG *qlog, BIO *bio) in ossl_qlog_set_sink_bio()
192 int ossl_qlog_set_sink_file(QLOG *qlog, FILE *f, int close_flag) in ossl_qlog_set_sink_file()
213 int ossl_qlog_set_sink_filename(QLOG *qlog, const char *filename) in ossl_qlog_set_sink_filename()
236 int ossl_qlog_flush(QLOG *qlog) in ossl_qlog_flush()
244 int ossl_qlog_set_event_type_enabled(QLOG *qlog, uint32_t event_type, in ossl_qlog_set_event_type_enabled()
254 int ossl_qlog_enabled(QLOG *qlog, uint32_t event_type) in ossl_qlog_enabled()
266 static void write_str_once(QLOG *qlog, const char *key, char **p) in write_str_once()
[all …]
H A Dqlog_event_helpers.c16 void ossl_qlog_event_connectivity_connection_started(QLOG *qlog, in ossl_qlog_event_connectivity_connection_started()
57 void ossl_qlog_event_connectivity_connection_state_updated(QLOG *qlog, in ossl_qlog_event_connectivity_connection_state_updated()
119 void ossl_qlog_event_connectivity_connection_closed(QLOG *qlog, in ossl_qlog_event_connectivity_connection_closed()
172 void ossl_qlog_event_recovery_packet_lost(QLOG *qlog, in ossl_qlog_event_recovery_packet_lost()
610 void ossl_qlog_event_transport_packet_sent(QLOG *qlog, in ossl_qlog_event_transport_packet_sent()
624 void ossl_qlog_event_transport_packet_received(QLOG *qlog, in ossl_qlog_event_transport_packet_received()
H A Dquic_channel_local.h58 QLOG *qlog; member
/freebsd/crypto/openssl/test/
H A Dquic_qlog_test.c81 QLOG *qlog; in test_qlog() local
220 QLOG *qlog; in test_qlog_filter() local
/freebsd/crypto/openssl/include/internal/
H A Dqlog.h78 # define QLOG_EVENT_BEGIN(qlog, cat, name) \ argument