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:HTTP_CONNECT
(Results
1 - 14
of
14
) sorted by relevance
/third_party/nghttp2/third-party/llhttp/src/
H
A
D
http.c
23
parser->upgrade = (parser->method ==
HTTP_CONNECT
);
in llhttp__before_headers_complete()
42
if (parser->upgrade && (parser->method ==
HTTP_CONNECT
||
in llhttp__after_headers_complete()
/third_party/node/deps/llhttp/src/
H
A
D
http.c
23
parser->upgrade = (parser->method ==
HTTP_CONNECT
);
in llhttp__before_headers_complete()
42
if (parser->upgrade && (parser->method ==
HTTP_CONNECT
||
in llhttp__after_headers_complete()
/third_party/nghttp2/src/
H
A
D
shrpx_https_upstream.cc
162
if (req.method ==
HTTP_CONNECT
) {
in htp_uricb()
371
<< (method ==
HTTP_CONNECT
? req.authority : req.path) << " "
in htp_hdrs_completecb()
388
if (method !=
HTTP_CONNECT
&& !req.fs.header(http2::HD_TRANSFER_ENCODING)) {
in htp_hdrs_completecb()
435
if (method !=
HTTP_CONNECT
) {
in htp_hdrs_completecb()
1166
auto connect_method = req.method ==
HTTP_CONNECT
;
in on_downstream_header_complete()
1290
if (req.method !=
HTTP_CONNECT
|| !downstream->get_upgraded()) {
in on_downstream_header_complete()
1412
if (req.method ==
HTTP_CONNECT
|| req.scheme != "http" ||
in redirect_to_https()
H
A
D
shrpx_http2_downstream_connection.cc
108
if (req.method !=
HTTP_CONNECT
&& req.connect_proto == ConnectProto::NONE) {
in attach_downstream()
484
if (req.method ==
HTTP_CONNECT
|| req.connect_proto != ConnectProto::NONE ||
in push_request_headers()
H
A
D
shrpx_downstream.cc
798
upgraded_ = (req_.method ==
HTTP_CONNECT
||
in check_upgrade_fulfilled_http2()
804
if (req_.method ==
HTTP_CONNECT
) {
in check_upgrade_fulfilled_http1()
837
if (req_.method ==
HTTP_CONNECT
) {
in inspect_http2_request()
843
if (req_.method ==
HTTP_CONNECT
) {
in inspect_http1_request()
H
A
D
shrpx_downstream.h
176
return method ==
HTTP_CONNECT
&& connect_proto == ConnectProto::NONE;
in regular_connect_method()
H
A
D
shrpx_http_downstream_connection.cc
554
if (req.method !=
HTTP_CONNECT
&& req.http2_expect_body &&
in push_request_headers()
720
if (req.method ==
HTTP_CONNECT
||
in push_request_headers()
979
(resp.http_status / 100 == 2 && req.method ==
HTTP_CONNECT
)) {
in htp_hdrs_completecb()
H
A
D
shrpx_log.cc
599
req.method ==
HTTP_CONNECT
? req.authority
in upstream_accesslog()
605
req.method ==
HTTP_CONNECT
in upstream_accesslog()
H
A
D
shrpx_mruby_module_response.cc
235
(resp.http_status == 200 && req.method ==
HTTP_CONNECT
)) {
in response_return()
H
A
D
http2.cc
1539
return
HTTP_CONNECT
;
H
A
D
shrpx_http2_upstream.cc
365
if (method_token !=
HTTP_CONNECT
&& config->http2_proxy &&
in on_request_headers()
H
A
D
shrpx_http3_upstream.cc
2253
if (method_token !=
HTTP_CONNECT
&& config->http2_proxy &&
in http_end_request_headers()
/third_party/node/deps/llhttp/include/
H
A
D
llhttp.h
130
HTTP_CONNECT
= 5,
enumerator
/third_party/nghttp2/third-party/llhttp/include/
H
A
D
llhttp.h
142
HTTP_CONNECT
= 5,
enumerator
Completed in 21 milliseconds