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:DownstreamQueue
(Results
1 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_downstream_queue.cc
34
DownstreamQueue
::HostEntry::HostEntry(ImmutableString &&key)
in HostEntry()
37
DownstreamQueue
::
DownstreamQueue
(size_t conn_max_per_host, bool unified_host)
in DownstreamQueue()
function in shrpx::DownstreamQueue
43
DownstreamQueue
::~
DownstreamQueue
() {
in ~DownstreamQueue()
51
void
DownstreamQueue
::add_pending(std::unique_ptr<Downstream> downstream) {
in add_pending()
56
void
DownstreamQueue
::mark_failure(Downstream *downstream) {
in mark_failure()
60
DownstreamQueue
::HostEntry &
61
DownstreamQueue
::find_host_entry(const StringRef &host) {
in find_host_entry()
78
StringRef
DownstreamQueue
[all...]
H
A
D
shrpx_downstream_queue.h
51
class
DownstreamQueue
{
class
73
DownstreamQueue
(size_t conn_max_per_host = 0, bool unified_host = true);
74
~
DownstreamQueue
();
H
A
D
shrpx_http2_upstream.h
134
DownstreamQueue
downstream_queue_;
H
A
D
shrpx_http3_upstream.h
170
DownstreamQueue
downstream_queue_;
Completed in 2 milliseconds