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:Upstream
(Results
1 - 19
of
19
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_client_handler.h
46
class
Upstream
;
105
Upstream
*get_upstream();
208
std::unique_ptr<
Upstream
> upstream_;
H
A
D
shrpx_downstream.h
57
class
Upstream
;
327
Downstream(
Upstream
*upstream, MemchunkPool *mcpool, int64_t stream_id);
329
void reset_upstream(
Upstream
*upstream);
330
Upstream
*get_upstream() const;
571
Upstream
*upstream_;
H
A
D
shrpx_downstream_connection.h
37
class
Upstream
;
61
virtual void on_upstream_change(
Upstream
*upstream) = 0;
H
A
D
shrpx_upstream.h
40
class
Upstream
{
class
42
virtual ~
Upstream
() {}
in ~Upstream()
H
A
D
shrpx_health_monitor_downstream_connection.h
52
virtual void on_upstream_change(
Upstream
*upstream);
H
A
D
shrpx_null_downstream_connection.cc
77
void NullDownstreamConnection::on_upstream_change(
Upstream
*upstream) {}
in on_upstream_change()
H
A
D
shrpx_null_downstream_connection.h
53
virtual void on_upstream_change(
Upstream
*upstream);
H
A
D
shrpx_http2_downstream_connection.h
61
virtual void on_upstream_change(
Upstream
*upstream) {}
in on_upstream_change()
H
A
D
shrpx_api_downstream_connection.h
84
virtual void on_upstream_change(
Upstream
*upstream);
H
A
D
shrpx_health_monitor_downstream_connection.cc
101
void HealthMonitorDownstreamConnection::on_upstream_change(
Upstream
*upstream) {
in on_upstream_change()
H
A
D
shrpx_http_downstream_connection.h
65
virtual void on_upstream_change(
Upstream
*upstream);
H
A
D
shrpx_http2_upstream.h
48
class Http2Upstream : public
Upstream
{
H
A
D
shrpx_https_upstream.h
44
class HttpsUpstream : public
Upstream
{
H
A
D
shrpx_http3_upstream.h
44
class Http3Upstream : public
Upstream
{
H
A
D
shrpx_downstream.cc
115
Downstream::Downstream(
Upstream
*upstream, MemchunkPool *mcpool,
in Downstream()
609
void Downstream::reset_upstream(
Upstream
*upstream) {
in reset_upstream()
616
Upstream
*Downstream::get_upstream() const { return upstream_; }
in get_upstream()
H
A
D
shrpx_api_downstream_connection.cc
329
// We don't have to call
Upstream
::resume_read() here, because
in push_upload_data_chunk()
466
void APIDownstreamConnection::on_upstream_change(
Upstream
*upstream) {}
in on_upstream_change()
H
A
D
shrpx_client_handler.cc
588
Upstream
*ClientHandler::get_upstream() { return upstream_.get(); }
in get_upstream()
H
A
D
shrpx_http_downstream_connection.cc
1593
void HttpDownstreamConnection::on_upstream_change(
Upstream
*upstream) {}
in on_upstream_change()
/third_party/skia/modules/canvaskit/
H
A
D
externs.js
781
Upstream
: {},
Completed in 12 milliseconds