Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dqlog.h17 typedef struct qlog_st QLOG; typedef
41 QLOG *ossl_qlog_new(const QLOG_TRACE_INFO *info);
42 QLOG *ossl_qlog_new_from_env(const QLOG_TRACE_INFO *info);
44 void ossl_qlog_free(QLOG *qlog);
47 int ossl_qlog_set_event_type_enabled(QLOG *qlog, uint32_t event_type,
49 int ossl_qlog_set_filter(QLOG *qlog, const char *filter);
51 int ossl_qlog_set_sink_bio(QLOG *qlog, BIO *bio);
53 int ossl_qlog_set_sink_file(QLOG *qlog, FILE *file, int close_flag);
55 int ossl_qlog_set_sink_filename(QLOG *qlog, const char *filename);
58 int ossl_qlog_flush(QLOG *qlog);
[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 */
162 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),
/src/crypto/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()
106 QLOG *ossl_qlog_new_from_env(const QLOG_TRACE_INFO *info) in ossl_qlog_new_from_env()
108 QLOG *qlog = NULL; in ossl_qlog_new_from_env()
161 void ossl_qlog_free(QLOG *qlog) in ossl_qlog_free()
179 int ossl_qlog_set_sink_bio(QLOG *qlog, BIO *bio) in ossl_qlog_set_sink_bio()
193 int ossl_qlog_set_sink_file(QLOG *qlog, FILE *f, int close_flag) in ossl_qlog_set_sink_file()
214 int ossl_qlog_set_sink_filename(QLOG *qlog, const char *filename) in ossl_qlog_set_sink_filename()
237 int ossl_qlog_flush(QLOG *qlog) in ossl_qlog_flush()
245 int ossl_qlog_set_event_type_enabled(QLOG *qlog, uint32_t event_type, in ossl_qlog_set_event_type_enabled()
[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()
486 static void log_frame(QLOG *qlog_instance, PACKET *pkt, in log_frame()
500 static int log_frames(QLOG *qlog_instance, in log_frames()
537 static void log_packet(QLOG *qlog_instance, in log_packet()
579 void ossl_qlog_event_transport_packet_sent(QLOG *qlog, in ossl_qlog_event_transport_packet_sent()
593 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.h58 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()
748 static QLOG *qtx_get_qlog(OSSL_QTX *qtx) in qtx_get_qlog()
H A Dquic_channel.c105 static QLOG *ch_get_qlog(QUIC_CHANNEL *ch) in ch_get_qlog()
138 static QLOG *ch_get_qlog_cb(void *arg) in ch_get_qlog_cb()
H A Dquic_txp.c722 QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_tx_packetiser_set_qlog_cb()
/src/crypto/openssl/test/
H A Dquic_qlog_test.c81 QLOG *qlog; in test_qlog()
220 QLOG *qlog; in test_qlog_filter()
/src/crypto/openssl/doc/designs/quic-design/
H A Dqlog.md43 - a `QLOG_EVENT_BEGIN` macro which takes a QLOG instance, category name and