Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:transport_params
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/src/quic/
H
A
D
sessionticket.cc
36
SessionTicket::SessionTicket(Store&& ticket, Store&&
transport_params
)
in SessionTicket()
argument
38
transport_params_(std::move(
transport_params
)) {}
in SessionTicket()
58
Local<Value>
transport_params
;
in FromV8Value()
local
63
!des.ReadValue(env->context()).ToLocal(&
transport_params
) ||
in FromV8Value()
64
!ticket->IsArrayBufferView() || !
transport_params
->IsArrayBufferView()) {
in FromV8Value()
80
Store(
transport_params
.As<ArrayBufferView>())));
in FromV8Value()
103
const ngtcp2_vec SessionTicket::
transport_params
() const {
in transport_params()
function in node::quic::SessionTicket
109
tracker->TrackField("
transport_params
", transport_params_);
in MemoryInfo()
H
A
D
tlscontext.cc
475
sessionTicket.
transport_params
());
in MaybeSetEarlySession()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_conn.c
296
assert(conn->remote.
transport_params
);
in conn_call_select_preferred_addr()
297
assert(conn->remote.
transport_params
->preferred_address_present);
in conn_call_select_preferred_addr()
300
conn, dest, &conn->remote.
transport_params
->preferred_address,
in conn_call_select_preferred_addr()
869
conn->remote.
transport_params
) {
in conn_compute_initial_pto()
870
max_ack_delay = conn->remote.
transport_params
->max_ack_delay;
in conn_compute_initial_pto()
886
conn->remote.
transport_params
) {
in conn_compute_pto()
887
max_ack_delay = conn->remote.
transport_params
->max_ack_delay;
in conn_compute_pto()
1030
ngtcp2_transport_params *p = &conn->local.
transport_params
;
in conn_set_local_transport_params()
1555
ngtcp2_transport_params_del(conn->remote.
transport_params
, conn->mem);
in ngtcp2_conn_del()
1645
return ngtcp2_min(conn->local.
transport_params
in conn_compute_ack_delay()
[all...]
H
A
D
ngtcp2_conn.h
495
/*
transport_params
is the values remembered by client from the
509
}
transport_params
;
member
514
/*
transport_params
is the local transport parameters. It is used
516
ngtcp2_transport_params
transport_params
;
member
537
/*
transport_params
is the received transport parameters during
539
ngtcp2_transport_params *
transport_params
;
member
541
during handshake. It is copied to
transport_params
when 1RTT
892
* conn->local.settings.
transport_params
. This function will do some
H
A
D
ngtcp2_rtb.c
1216
max_ack_delay = conn->remote.
transport_params
in rtb_detect_lost_pkt()
1217
? conn->remote.
transport_params
->max_ack_delay
in rtb_detect_lost_pkt()
/third_party/curl/lib/vquic/
H
A
D
curl_ngtcp2.c
122
ngtcp2_transport_params
transport_params
;
member
353
ngtcp2_transport_params *t = &ctx->
transport_params
;
in quic_settings()
2092
&ctx->settings, &ctx->
transport_params
,
in cf_connect_start()
Completed in 17 milliseconds