OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_ch
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c
729
* to *
new_ch
.
734
QUIC_CHANNEL **
new_ch
)
795
*
new_ch
= ch;
1488
QUIC_CHANNEL *ch = NULL, *
new_ch
= NULL;
local
1674
&odcid, qrx, &
new_ch
);
1680
if (
new_ch
== NULL)
1687
generate_new_token(
new_ch
, &e->peer);
1700
ossl_quic_channel_inject_pkt(
new_ch
, qrx_pkt);
1701
ossl_qrx_update_pn_space(qrx_src,
new_ch
->qrx);
quic_impl.c
4604
QUIC_CHANNEL *
new_ch
= NULL;
local
4617
new_ch
= ossl_quic_port_pop_incoming(ctx.ql->port);
4618
if (
new_ch
== NULL && ossl_quic_port_is_running(ctx.ql->port)) {
4631
new_ch
= ossl_quic_port_pop_incoming(ctx.ql->port);
4634
if (
new_ch
== NULL && ossl_quic_port_is_running(ctx.ql->port)) {
4638
new_ch
= ossl_quic_port_pop_incoming(ctx.ql->port);
4646
if (
new_ch
== NULL)
4650
* All objects below must exist, because
new_ch
!= NULL. The objects are
4651
* bound to
new_ch
. If channel constructor fails to create any item here
4654
if (!ossl_assert((conn_ssl = ossl_quic_channel_get0_tls(
new_ch
)) != NULL
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026