Home
last modified time | relevance | path

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

/ssl/quic/
A Dqlog.c58 QLOG *qlog = OPENSSL_zalloc(sizeof(QLOG)); in ossl_qlog_new() local
108 QLOG *qlog = NULL; in ossl_qlog_new_from_env() local
161 void ossl_qlog_free(QLOG *qlog) in ossl_qlog_free()
237 int ossl_qlog_flush(QLOG *qlog) in ossl_qlog_flush()
279 static void qlog_event_seq_header(QLOG *qlog) in qlog_event_seq_header()
363 static void qlog_event_prologue(QLOG *qlog) in qlog_event_prologue()
376 static void qlog_event_epilogue(QLOG *qlog) in qlog_event_epilogue()
396 int ossl_qlog_event_try_begin(QLOG *qlog, in ossl_qlog_event_try_begin()
419 void ossl_qlog_event_end(QLOG *qlog) in ossl_qlog_event_end()
440 void ossl_qlog_group_end(QLOG *qlog) in ossl_qlog_group_end()
[all …]
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()
A Dquic_channel_local.h58 QLOG *qlog; member

Completed in 32 milliseconds