Searched refs:QLOG_EVENT_BEGIN (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | quic_qlog_test.c | 109 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 D | qlog_event_helpers.c | 20 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 D | quic_channel.c | 1618 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 D | qlog.md | 17 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 D | qlog.h | 78 # define QLOG_EVENT_BEGIN(qlog, cat, name) \ macro
|
Completed in 32 milliseconds