OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qtx_args
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel.c
160
OSSL_QTX_ARGS
qtx_args
= { 0 };
local
180
qtx_args
.libctx = ch->port->engine->libctx;
181
qtx_args
.get_qlog_cb = ch_get_qlog_cb;
182
qtx_args
.get_qlog_cb_arg = ch;
183
qtx_args
.mdpl = QUIC_MIN_INITIAL_DGRAM_LEN;
184
ch->rx_max_udp_payload_size =
qtx_args
.mdpl;
188
ch->qtx = ossl_qtx_new(&
qtx_args
);
/src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c
60
OSSL_QTX_ARGS
qtx_args
;
member in struct:helper
147
h->
qtx_args
.bio = h->bio1;
148
h->
qtx_args
.mdpl = 1200;
150
if (!TEST_ptr(h->args.qtx = ossl_qtx_new(&h->
qtx_args
)))
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026