Symbol: QLOG_STR
crypto/openssl/ssl/quic/qlog_event_helpers.c
124
QLOG_STR("owner", tcause->remote ? "remote" : "local");
crypto/openssl/ssl/quic/qlog_event_helpers.c
140
QLOG_STR("connection_code", m);
crypto/openssl/ssl/quic/qlog_event_helpers.c
178
QLOG_STR("packet_type", quic_pkt_type_to_qlog(tpkt->pkt_type));
crypto/openssl/ssl/quic/qlog_event_helpers.c
21
QLOG_STR("protocol", "quic");
crypto/openssl/ssl/quic/qlog_event_helpers.c
228
QLOG_STR("frame_type", "padding");
crypto/openssl/ssl/quic/qlog_event_helpers.c
236
QLOG_STR("frame_type", "ping");
crypto/openssl/ssl/quic/qlog_event_helpers.c
248
QLOG_STR("frame_type", "ack");
crypto/openssl/ssl/quic/qlog_event_helpers.c
271
QLOG_STR("frame_type", "reset_stream");
crypto/openssl/ssl/quic/qlog_event_helpers.c
282
QLOG_STR("frame_type", "stop_sending");
crypto/openssl/ssl/quic/qlog_event_helpers.c
292
QLOG_STR("frame_type", "crypto");
crypto/openssl/ssl/quic/qlog_event_helpers.c
310
QLOG_STR("frame_type", "stream");
crypto/openssl/ssl/quic/qlog_event_helpers.c
327
QLOG_STR("frame_type", "max_data");
crypto/openssl/ssl/quic/qlog_event_helpers.c
337
QLOG_STR("frame_type", "max_streams");
crypto/openssl/ssl/quic/qlog_event_helpers.c
338
QLOG_STR("stream_type",
crypto/openssl/ssl/quic/qlog_event_helpers.c
351
QLOG_STR("frame_type", "max_stream_data");
crypto/openssl/ssl/quic/qlog_event_helpers.c
361
QLOG_STR("frame_type", "path_challenge");
crypto/openssl/ssl/quic/qlog_event_helpers.c
369
QLOG_STR("frame_type", "path_response");
crypto/openssl/ssl/quic/qlog_event_helpers.c
378
QLOG_STR("frame_type", "connection_close");
crypto/openssl/ssl/quic/qlog_event_helpers.c
379
QLOG_STR("error_space", f.is_app ? "application" : "transport");
crypto/openssl/ssl/quic/qlog_event_helpers.c
391
QLOG_STR("frame_type", "handshake_done");
crypto/openssl/ssl/quic/qlog_event_helpers.c
399
QLOG_STR("frame_type", "new_connection_id");
crypto/openssl/ssl/quic/qlog_event_helpers.c
413
QLOG_STR("frame_type", "retire_connection_id");
crypto/openssl/ssl/quic/qlog_event_helpers.c
422
QLOG_STR("frame_type", "data_blocked");
crypto/openssl/ssl/quic/qlog_event_helpers.c
433
QLOG_STR("frame_type", "stream_data_blocked");
crypto/openssl/ssl/quic/qlog_event_helpers.c
444
QLOG_STR("frame_type", "streams_blocked");
crypto/openssl/ssl/quic/qlog_event_helpers.c
445
QLOG_STR("stream_type",
crypto/openssl/ssl/quic/qlog_event_helpers.c
458
QLOG_STR("frame_type", "new_token");
crypto/openssl/ssl/quic/qlog_event_helpers.c
467
QLOG_STR("frame_type", "unknown");
crypto/openssl/ssl/quic/qlog_event_helpers.c
551
QLOG_STR("packet_type", type_s);
crypto/openssl/ssl/quic/qlog_event_helpers.c
72
QLOG_STR("state", state_s);
crypto/openssl/ssl/quic/quic_channel.c
1767
QLOG_STR("owner", "remote");
crypto/openssl/ssl/quic/quic_channel.c
1969
QLOG_STR("owner", "local");
crypto/openssl/ssl/quic/quic_channel.c
1975
QLOG_STR("initial_source_connection_id", "");
crypto/openssl/test/quic_qlog_test.c
110
QLOG_STR("field1", "foo");
crypto/openssl/test/quic_qlog_test.c
120
QLOG_STR("field10", "baz");
crypto/openssl/test/quic_qlog_test.c
123
QLOG_STR(NULL, "a");
crypto/openssl/test/quic_qlog_test.c
124
QLOG_STR(NULL, "b");
crypto/openssl/test/quic_qlog_test.c
130
QLOG_STR("field1", "foo");
crypto/openssl/test/quic_qlog_test.c
135
QLOG_STR("field1", "bar");