Symbol: QLOG_U64
crypto/openssl/ssl/quic/qlog_event_helpers.c
126
QLOG_U64("application_code", tcause->error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
142
QLOG_U64("connection_code", tcause->error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
180
QLOG_U64("packet_number", tpkt->ackm_pkt.pkt_num);
crypto/openssl/ssl/quic/qlog_event_helpers.c
229
QLOG_U64("payload_length",
crypto/openssl/ssl/quic/qlog_event_helpers.c
249
QLOG_U64("ack_delay", ossl_time2ms(ack.delay_time));
crypto/openssl/ssl/quic/qlog_event_helpers.c
251
QLOG_U64("ect1", ack.ect0);
crypto/openssl/ssl/quic/qlog_event_helpers.c
252
QLOG_U64("ect0", ack.ect1);
crypto/openssl/ssl/quic/qlog_event_helpers.c
253
QLOG_U64("ce", ack.ecnce);
crypto/openssl/ssl/quic/qlog_event_helpers.c
258
QLOG_U64(NULL, ack.ack_ranges[i].start);
crypto/openssl/ssl/quic/qlog_event_helpers.c
260
QLOG_U64(NULL, ack.ack_ranges[i].end);
crypto/openssl/ssl/quic/qlog_event_helpers.c
272
QLOG_U64("stream_id", f.stream_id);
crypto/openssl/ssl/quic/qlog_event_helpers.c
273
QLOG_U64("error_code", f.app_error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
274
QLOG_U64("final_size", f.final_size);
crypto/openssl/ssl/quic/qlog_event_helpers.c
283
QLOG_U64("stream_id", f.stream_id);
crypto/openssl/ssl/quic/qlog_event_helpers.c
284
QLOG_U64("error_code", f.app_error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
293
QLOG_U64("offset", f.offset);
crypto/openssl/ssl/quic/qlog_event_helpers.c
294
QLOG_U64("payload_length", f.len);
crypto/openssl/ssl/quic/qlog_event_helpers.c
311
QLOG_U64("stream_id", f.stream_id);
crypto/openssl/ssl/quic/qlog_event_helpers.c
312
QLOG_U64("offset", f.offset);
crypto/openssl/ssl/quic/qlog_event_helpers.c
313
QLOG_U64("payload_length", f.len);
crypto/openssl/ssl/quic/qlog_event_helpers.c
328
QLOG_U64("maximum", x);
crypto/openssl/ssl/quic/qlog_event_helpers.c
342
QLOG_U64("maximum", x);
crypto/openssl/ssl/quic/qlog_event_helpers.c
352
QLOG_U64("stream_id", stream_id);
crypto/openssl/ssl/quic/qlog_event_helpers.c
353
QLOG_U64("maximum", max_data);
crypto/openssl/ssl/quic/qlog_event_helpers.c
380
QLOG_U64("error_code_value", f.error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
382
QLOG_U64("error_code", f.error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
384
QLOG_U64("trigger_frame_type", f.frame_type);
crypto/openssl/ssl/quic/qlog_event_helpers.c
400
QLOG_U64("sequence_number", f.seq_num);
crypto/openssl/ssl/quic/qlog_event_helpers.c
401
QLOG_U64("retire_prior_to", f.retire_prior_to);
crypto/openssl/ssl/quic/qlog_event_helpers.c
414
QLOG_U64("sequence_number", seq_num);
crypto/openssl/ssl/quic/qlog_event_helpers.c
423
QLOG_U64("limit", x);
crypto/openssl/ssl/quic/qlog_event_helpers.c
434
QLOG_U64("stream_id", stream_id);
crypto/openssl/ssl/quic/qlog_event_helpers.c
435
QLOG_U64("limit", x);
crypto/openssl/ssl/quic/qlog_event_helpers.c
449
QLOG_U64("limit", x);
crypto/openssl/ssl/quic/qlog_event_helpers.c
468
QLOG_U64("frame_type_value", frame_type);
crypto/openssl/ssl/quic/qlog_event_helpers.c
497
QLOG_U64("length", rem_before - rem_after);
crypto/openssl/ssl/quic/qlog_event_helpers.c
553
QLOG_U64("packet_number", pn);
crypto/openssl/ssl/quic/qlog_event_helpers.c
568
QLOG_U64("datagram_id", datagram_id);
crypto/openssl/ssl/quic/quic_channel.c
1779
QLOG_U64("initial_max_data",
crypto/openssl/ssl/quic/quic_channel.c
1782
QLOG_U64("initial_max_stream_data_bidi_local",
crypto/openssl/ssl/quic/quic_channel.c
1785
QLOG_U64("initial_max_stream_data_bidi_remote",
crypto/openssl/ssl/quic/quic_channel.c
1788
QLOG_U64("initial_max_stream_data_uni",
crypto/openssl/ssl/quic/quic_channel.c
1791
QLOG_U64("initial_max_streams_bidi",
crypto/openssl/ssl/quic/quic_channel.c
1794
QLOG_U64("initial_max_streams_uni",
crypto/openssl/ssl/quic/quic_channel.c
1797
QLOG_U64("ack_delay_exponent", ch->rx_ack_delay_exp);
crypto/openssl/ssl/quic/quic_channel.c
1799
QLOG_U64("max_ack_delay", ch->rx_max_ack_delay);
crypto/openssl/ssl/quic/quic_channel.c
1801
QLOG_U64("max_udp_payload_size", ch->rx_max_udp_payload_size);
crypto/openssl/ssl/quic/quic_channel.c
1803
QLOG_U64("max_idle_timeout", rx_max_idle_timeout);
crypto/openssl/ssl/quic/quic_channel.c
1805
QLOG_U64("active_connection_id_limit", ch->rx_active_conn_id_limit);
crypto/openssl/ssl/quic/quic_channel.c
1811
QLOG_U64("port_v4", pfa.ipv4_port);
crypto/openssl/ssl/quic/quic_channel.c
1812
QLOG_U64("port_v6", pfa.ipv6_port);
crypto/openssl/ssl/quic/quic_channel.c
1977
QLOG_U64("max_idle_timeout", ch->max_idle_timeout);
crypto/openssl/ssl/quic/quic_channel.c
1978
QLOG_U64("max_udp_payload_size", QUIC_MIN_INITIAL_DGRAM_LEN);
crypto/openssl/ssl/quic/quic_channel.c
1979
QLOG_U64("active_connection_id_limit", QUIC_MIN_ACTIVE_CONN_ID_LIMIT);
crypto/openssl/ssl/quic/quic_channel.c
1980
QLOG_U64("max_ack_delay", ch->tx_max_ack_delay);
crypto/openssl/ssl/quic/quic_channel.c
1981
QLOG_U64("initial_max_data", ossl_quic_rxfc_get_cwm(&ch->conn_rxfc));
crypto/openssl/ssl/quic/quic_channel.c
1982
QLOG_U64("initial_max_stream_data_bidi_local",
crypto/openssl/ssl/quic/quic_channel.c
1984
QLOG_U64("initial_max_stream_data_bidi_remote",
crypto/openssl/ssl/quic/quic_channel.c
1986
QLOG_U64("initial_max_stream_data_uni",
crypto/openssl/ssl/quic/quic_channel.c
1988
QLOG_U64("initial_max_streams_bidi",
crypto/openssl/ssl/quic/quic_channel.c
1990
QLOG_U64("initial_max_streams_uni",
crypto/openssl/test/quic_qlog_test.c
114
QLOG_U64("field5", UINT64_MAX);