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:get_upgraded
(Results
1 - 8
of
8
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_http_downstream_connection.cc
1022
if (downstream->
get_upgraded
()) {
in htp_hdrs_completecb()
1046
if (downstream->
get_upgraded
()) {
in htp_hdrs_completecb()
1186
if (downstream->
get_upgraded
()) {
in htp_msg_completecb()
1261
if (nread == SHRPX_ERR_EOF && !downstream_->
get_upgraded
()) {
in read_clear()
1392
if (nread == SHRPX_ERR_EOF && !downstream_->
get_upgraded
()) {
in read_tls()
1473
if (downstream_->
get_upgraded
()) {
in process_input()
1499
(!downstream_->
get_upgraded
() || htperr != HPE_PAUSED_UPGRADE)) {
in process_input()
1515
if (downstream_->
get_upgraded
()) {
in process_input()
H
A
D
shrpx_https_upstream.cc
638
if (downstream && downstream->
get_upgraded
()) {
in on_read()
1174
if (req.connect_proto != ConnectProto::NONE && downstream->
get_upgraded
()) {
in on_downstream_header_complete()
1231
} else if (!downstream->
get_upgraded
()) {
in on_downstream_header_complete()
1235
if (!connect_method && downstream->
get_upgraded
()) {
in on_downstream_header_complete()
1290
if (req.method != HTTP_CONNECT || !downstream->
get_upgraded
()) {
in on_downstream_header_complete()
H
A
D
shrpx_http2_upstream.cc
687
if (downstream->
get_upgraded
() ||
in on_frame_send_callback()
692
<< (downstream->
get_upgraded
() ? "tunneled " : "")
in on_frame_send_callback()
1366
if (downstream->
get_upgraded
()) {
in downstream_error()
1381
if (downstream->
get_upgraded
()) {
in downstream_error()
1386
if (downstream->
get_upgraded
()) {
in downstream_error()
1477
if (!downstream->
get_upgraded
()) {
in downstream_data_read_callback()
1793
if (!req.regular_connect_method() || !downstream->
get_upgraded
()) {
in on_downstream_header_complete()
H
A
D
shrpx_http2_downstream_connection.cc
66
downstream_->
get_upgraded
()) {
in ~Http2DownstreamConnection()
197
!downstream->
get_upgraded
()))) {
in http2_data_read_callback()
H
A
D
shrpx_downstream.h
359
bool
get_upgraded
() const;
H
A
D
shrpx_http3_upstream.cc
1173
if (downstream->
get_upgraded
()) {
in downstream_error()
1188
if (downstream->
get_upgraded
()) {
in downstream_error()
1193
if (downstream->
get_upgraded
()) {
in downstream_error()
1381
if (!req.regular_connect_method() || !downstream->
get_upgraded
()) {
in on_downstream_header_complete()
1487
if (!downstream->
get_upgraded
()) {
in on_downstream_body_complete()
H
A
D
shrpx_http2_session.cc
855
if (downstream->
get_upgraded
() && downstream->get_response_state() ==
in on_stream_close_callback()
1157
if (downstream->
get_upgraded
()) {
in on_response_headers()
H
A
D
shrpx_downstream.cc
897
bool Downstream::
get_upgraded
() const { return upgraded_; }
in get_upgraded()
function in shrpx::Downstream
Completed in 18 milliseconds