Home
last modified time | relevance | path

Searched refs:QLOG_EVENT_BEGIN (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Dquic_qlog_test.c109 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in test_qlog()
129 QLOG_EVENT_BEGIN(qlog, transport, packet_received) in test_qlog()
134 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in test_qlog()
/openssl/ssl/quic/
H A Dqlog_event_helpers.c20 QLOG_EVENT_BEGIN(qlog, connectivity, connection_started) in ossl_qlog_event_connectivity_connection_started()
66 QLOG_EVENT_BEGIN(qlog, connectivity, connection_state_updated) in ossl_qlog_event_connectivity_connection_state_updated()
123 QLOG_EVENT_BEGIN(qlog, connectivity, connection_closed) in ossl_qlog_event_connectivity_connection_closed()
176 QLOG_EVENT_BEGIN(qlog, recovery, packet_lost) in ossl_qlog_event_recovery_packet_lost()
616 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in ossl_qlog_event_transport_packet_sent()
630 QLOG_EVENT_BEGIN(qlog, transport, packet_received) in ossl_qlog_event_transport_packet_received()
H A Dquic_channel.c1618 QLOG_EVENT_BEGIN(ch_get_qlog(ch), transport, parameters_set) in ch_on_transport_params()
1801 QLOG_EVENT_BEGIN(ch_get_qlog(ch), transport, parameters_set) in ch_generate_transport_params()
/openssl/doc/designs/quic-design/
H A Dqlog.md17 QLOG_EVENT_BEGIN(qlog_instance, quic, parameters_set)
43 - a `QLOG_EVENT_BEGIN` macro which takes a QLOG instance, category name and
/openssl/include/internal/
H A Dqlog.h78 # define QLOG_EVENT_BEGIN(qlog, cat, name) \ macro

Completed in 17 milliseconds