Searched defs:qlog (Results 1 – 5 of 5) sorted by relevance
57 QLOG *qlog = OPENSSL_zalloc(sizeof(QLOG)); in ossl_qlog_new() local107 QLOG *qlog = NULL; in ossl_qlog_new_from_env() local160 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 …]
16 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()
53 QLOG *qlog; member
81 QLOG *qlog; in test_qlog() local220 QLOG *qlog; in test_qlog_filter() local
78 # define QLOG_EVENT_BEGIN(qlog, cat, name) \ argument
Completed in 13 milliseconds