OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qlog
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
quic_qlog_test.c
10
#include "internal/
qlog
.h"
81
QLOG
*
qlog
;
local
97
if (!TEST_ptr(
qlog
= ossl_qlog_new(&qti)))
100
if (!TEST_true(ossl_qlog_set_event_type_enabled(
qlog
, QLOG_EVENT_TYPE_transport_packet_sent, 1)))
106
if (!TEST_true(ossl_qlog_set_sink_bio(
qlog
, bio)))
109
QLOG_EVENT_BEGIN(
qlog
, transport, packet_sent)
129
QLOG_EVENT_BEGIN(
qlog
, transport, packet_received)
134
QLOG_EVENT_BEGIN(
qlog
, transport, packet_sent)
138
if (!TEST_true(ossl_qlog_flush(
qlog
)))
220
QLOG *
qlog
;
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog.c
10
#include "internal/
qlog
.h"
55
QLOG
*ossl_qlog_new(const QLOG_TRACE_INFO *info)
57
QLOG
*
qlog
= OPENSSL_zalloc(sizeof(
QLOG
));
local
59
if (
qlog
== NULL)
62
qlog
->info.odcid = info->odcid;
63
qlog
->info.is_server = info->is_server;
64
qlog
->info.now_cb = info->now_cb;
65
qlog
->info.now_cb_arg = info->now_cb_arg
108
QLOG *
qlog
= NULL;
local
[
all
...]
quic_channel_local.h
57
/* Optional
QLOG
instance (or NULL). */
58
QLOG
*
qlog
;
member in struct:quic_channel_st
455
/* Has
qlog
been requested? */
458
/* Has
qlog
been requested? */
468
/* Title for
qlog
purposes. We own this copy. */
Completed in 22 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026