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 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_client_handler.cc
161
auto iovcnt =
upstream_
->response_riovec(iov.data(), iov.size());
in write_clear()
175
upstream_
->response_drain(nwrite);
in write_clear()
292
auto iovcnt =
upstream_
->response_riovec(&iov, 1);
in write_tls()
312
upstream_
->response_drain(nwrite);
in write_tls()
314
iovcnt =
upstream_
->response_riovec(&iov, 1);
in write_tls()
327
auto upstream = static_cast<Http3Upstream *>(
upstream_
.get());
in read_quic()
332
int ClientHandler::write_quic() { return
upstream_
->on_write(); }
in write_quic()
338
assert(
upstream_
);
in upstream_read()
339
if (
upstream_
->on_read() != 0) {
in upstream_read()
346
assert(
upstream_
);
in upstream_write()
[all...]
H
A
D
shrpx_downstream.cc
127
upstream_
(upstream),
in Downstream()
179
if (
upstream_
) {
in ~Downstream()
180
auto loop =
upstream_
->get_client_handler()->get_loop();
in ~Downstream()
188
auto handler =
upstream_
->get_client_handler();
in ~Downstream()
610
upstream_
= upstream;
in reset_upstream()
616
Upstream *Downstream::get_upstream() const { return
upstream_
; }
in get_upstream()
633
auto handler =
upstream_
->get_client_handler();
in request_buf_full()
751
auto handler =
upstream_
->get_client_handler();
in response_buf_full()
981
auto loop =
upstream_
->get_client_handler()->get_loop();
in reset_upstream_rtimer()
986
auto loop =
upstream_
in reset_upstream_wtimer()
[all...]
H
A
D
shrpx_client_handler.h
208
std::unique_ptr<Upstream>
upstream_
;
member in shrpx::ClientHandler
H
A
D
shrpx_downstream.h
571
Upstream *
upstream_
;
member in shrpx::Downstream
Completed in 6 milliseconds