Home
last modified time | relevance | path

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

/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()
236 int ossl_qlog_flush(QLOG *qlog) in ossl_qlog_flush()
278 static void qlog_event_seq_header(QLOG *qlog) in qlog_event_seq_header()
362 static void qlog_event_prologue(QLOG *qlog) in qlog_event_prologue()
375 static void qlog_event_epilogue(QLOG *qlog) in qlog_event_epilogue()
395 int ossl_qlog_event_try_begin(QLOG *qlog, in ossl_qlog_event_try_begin()
418 void ossl_qlog_event_end(QLOG *qlog) in ossl_qlog_event_end()
439 void ossl_qlog_group_end(QLOG *qlog) in ossl_qlog_group_end()
[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()
608 void ossl_qlog_event_transport_packet_sent(QLOG *qlog, in ossl_qlog_event_transport_packet_sent()
622 void ossl_qlog_event_transport_packet_received(QLOG *qlog, in ossl_qlog_event_transport_packet_received()
H A Dquic_channel_local.h53 QLOG *qlog; member
/openssl/test/
H A Dquic_qlog_test.c81 QLOG *qlog; in test_qlog() local
220 QLOG *qlog; in test_qlog_filter() local
/openssl/include/internal/
H A Dqlog.h78 # define QLOG_EVENT_BEGIN(qlog, cat, name) \ argument

Completed in 13 milliseconds