Searched defs:qlog (Results 1 – 3 of 3) sorted by relevance
58 QLOG *qlog = OPENSSL_zalloc(sizeof(QLOG)); in ossl_qlog_new() local108 QLOG *qlog = NULL; in ossl_qlog_new_from_env() local161 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 …]
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()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()
58 QLOG *qlog; member
Completed in 32 milliseconds