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:quic_conn_handler
(Results
1 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_quic_listener.cc
66
auto
quic_conn_handler
= worker_->get_quic_connection_handler();
in on_read()
local
119
quic_conn_handler
->handle_packet(faddr_, remote_addr, local_addr, pi,
in on_read()
H
A
D
shrpx_quic_connection_handler.cc
43
auto
quic_conn_handler
= static_cast<QUICConnectionHandler *>(w->data);
in stateless_reset_bucket_regen_timercb()
local
45
quic_conn_handler
->on_stateless_reset_bucket_regen();
in stateless_reset_bucket_regen_timercb()
694
auto
quic_conn_handler
= cw->worker->get_quic_connection_handler();
in close_wait_timeoutcb()
local
695
quic_conn_handler
->remove_close_wait(cw);
in close_wait_timeoutcb()
H
A
D
shrpx_http3_upstream.cc
238
auto
quic_conn_handler
= worker->get_quic_connection_handler();
in remove_connection_id()
local
240
quic_conn_handler
->remove_connection_id(*cid);
in remove_connection_id()
1520
auto
quic_conn_handler
= worker->get_quic_connection_handler();
in on_handler_delete()
local
1527
quic_conn_handler
->remove_connection_id(cid);
in on_handler_delete()
1581
quic_conn_handler
->add_close_wait(cw.release());
in on_handler_delete()
1808
auto
quic_conn_handler
= worker->get_quic_connection_handler();
in on_read()
local
1827
quic_conn_handler
->send_retry(handler_->get_upstream_addr(), vc.version,
in on_read()
H
A
D
shrpx_connection_handler.cc
1277
auto
quic_conn_handler
= single_worker_->get_quic_connection_handler();
in quic_ipc_read()
local
1280
quic_conn_handler
->handle_packet(faddr, pkt->remote_addr, pkt->local_addr,
in quic_ipc_read()
Completed in 7 milliseconds