Home
last modified time | relevance | path

Searched refs:qti (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dquic_qlog_test.c80 QLOG_TRACE_INFO qti = {0}; in test_qlog() local
88 qti.odcid.id_len = 1; in test_qlog()
89 qti.odcid.id[0] = 0x55; in test_qlog()
90 qti.title = "test title"; in test_qlog()
92 qti.group_id = "test group ID"; in test_qlog()
93 qti.override_process_id = 123; in test_qlog()
94 qti.now_cb = now; in test_qlog()
118 QLOG_CID("field9", &qti.odcid); in test_qlog()
219 QLOG_TRACE_INFO qti = {0}; in test_qlog_filter() local
222 qti.odcid.id_len = 1; in test_qlog_filter()
[all …]
/openssl/ssl/quic/
H A Dquic_channel.c112 QLOG_TRACE_INFO qti = {0}; in ch_get_qlog() local
123 qti.odcid = ch->init_dcid; in ch_get_qlog()
124 qti.title = ch->qlog_title; in ch_get_qlog()
125 qti.description = NULL; in ch_get_qlog()
126 qti.group_id = NULL; in ch_get_qlog()
127 qti.is_server = ch->is_server; in ch_get_qlog()
128 qti.now_cb = get_time; in ch_get_qlog()
129 qti.now_cb_arg = ch; in ch_get_qlog()
130 if ((ch->qlog = ossl_qlog_new_from_env(&qti)) == NULL) { in ch_get_qlog()

Completed in 14 milliseconds