Home
last modified time | relevance | path

Searched refs:QLOG (Results 1 – 14 of 14) sorted by relevance

/openssl/include/internal/
H A Dqlog.h17 typedef struct qlog_st QLOG; typedef
41 QLOG *ossl_qlog_new(const QLOG_TRACE_INFO *info);
44 void ossl_qlog_free(QLOG *qlog);
51 int ossl_qlog_set_sink_bio(QLOG *qlog, BIO *bio);
58 int ossl_qlog_flush(QLOG *qlog);
61 int ossl_qlog_enabled(QLOG *qlog, uint32_t event_type);
67 void ossl_qlog_event_end(QLOG *qlog);
70 void ossl_qlog_group_end(QLOG *qlog);
73 void ossl_qlog_array_end(QLOG *qlog);
109 void ossl_qlog_str_len(QLOG *qlog, const char *name,
[all …]
H A Dqlog_event_helpers.h22 void ossl_qlog_event_connectivity_connection_started(QLOG *qlog,
26 void ossl_qlog_event_connectivity_connection_state_updated(QLOG *qlog,
33 void ossl_qlog_event_connectivity_connection_closed(QLOG *qlog,
37 void ossl_qlog_event_recovery_packet_lost(QLOG *qlog,
41 void ossl_qlog_event_transport_packet_sent(QLOG *qlog,
49 void ossl_qlog_event_transport_packet_received(QLOG *qlog,
H A Dquic_fifd.h49 QLOG *(*get_qlog_cb)(void *arg);
76 QLOG *(*get_qlog_cb)(void *arg),
83 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg),
H A Dquic_txp.h53 QLOG *(*get_qlog_cb)(void *arg); /* Optional QLOG retrieval func */
146 QLOG *(*get_qlog_cb)(void *arg),
H A Dquic_record_tx.h53 QLOG *(*get_qlog_cb)(void *arg);
73 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg),
/openssl/ssl/quic/
H A Dqlog.c55 QLOG *ossl_qlog_new(const QLOG_TRACE_INFO *info) in ossl_qlog_new()
57 QLOG *qlog = OPENSSL_zalloc(sizeof(QLOG)); in ossl_qlog_new()
107 QLOG *qlog = NULL; in ossl_qlog_new_from_env()
160 void ossl_qlog_free(QLOG *qlog) in ossl_qlog_free()
236 int ossl_qlog_flush(QLOG *qlog) in ossl_qlog_flush()
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()
206 static int log_frame_actual(QLOG *qlog_instance, PACKET *pkt, in log_frame_actual()
515 static void log_frame(QLOG *qlog_instance, PACKET *pkt, in log_frame()
529 static int log_frames(QLOG *qlog_instance, in log_frames()
566 static void log_packet(QLOG *qlog_instance, in log_packet()
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_fifd.c39 QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_fifd_init()
115 static QLOG *fifd_get_qlog(QUIC_FIFD *fifd) in fifd_get_qlog()
307 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_fifd_set_qlog_cb()
H A Dquic_channel_local.h53 QLOG *qlog;
H A Dquic_record_tx.c65 QLOG *(*get_qlog_cb)(void *arg);
173 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg), in ossl_qtx_set_qlog_cb()
746 static QLOG *qtx_get_qlog(OSSL_QTX *qtx) in qtx_get_qlog()
H A Dquic_channel.c109 static QLOG *ch_get_qlog(QUIC_CHANNEL *ch) in ch_get_qlog()
142 static QLOG *ch_get_qlog_cb(void *arg) in ch_get_qlog_cb()
H A Dquic_txp.c631 QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_tx_packetiser_set_qlog_cb()
/openssl/test/
H A Dquic_qlog_test.c81 QLOG *qlog; in test_qlog()
220 QLOG *qlog; in test_qlog_filter()
/openssl/doc/designs/quic-design/
H A Dqlog.md43 - a `QLOG_EVENT_BEGIN` macro which takes a QLOG instance, category name and

Completed in 44 milliseconds