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:httpversion
(Results
1 - 15
of
15
) sorted by relevance
/third_party/curl/lib/
H
A
D
http.c
586
conn->
httpversion
> 11) {
in Curl_http_auth_act()
1276
&& conn->
httpversion
< 20) {
in Curl_buffer_send()
1592
if((data->state.
httpversion
== 10) || (conn->
httpversion
== 10))
in Curl_use_http_1_1plus()
1595
(conn->
httpversion
<= 10))
in Curl_use_http_1_1plus()
1623
(conn->
httpversion
< 20)) {
in expect100()
1821
else if((conn->
httpversion
>= 20) &&
in Curl_dynhds_add_custom()
1967
else if((conn->
httpversion
>= 20) &&
in Curl_add_custom_headers()
2417
if(conn->
httpversion
< 20)
in Curl_http_body()
3290
conn->
httpversion
< 2
in Curl_http()
4329
int
httpversion
= 0;
http_rw_headers()
local
[all...]
H
A
D
getinfo.c
63
info->
httpversion
= 0;
in Curl_initinfo()
316
switch(data->info.
httpversion
) {
in getinfo_long()
H
A
D
urldata.h
1100
unsigned char
httpversion
; /* the HTTP version*10 reported by the server */
member
1126
int
httpversion
; /* the http version number X.Y = X*10+Y */
member
1468
unsigned char
httpversion
; /* the lowest HTTP version*10 reported by any
member
H
A
D
url.c
1112
if(h2upgrade && !check->
httpversion
&& canmultiplex) {
in ConnectionExists()
1162
(((check->
httpversion
>= 20) &&
in ConnectionExists()
1164
|| ((check->
httpversion
>= 30) &&
in ConnectionExists()
3143
conn->
httpversion
= 11;
3146
conn->
httpversion
= 20;
3150
conn->
httpversion
= 30;
H
A
D
transfer.c
1102
data->state.
httpversion
= 0;
in Curl_pretransfer()
1612
if(conn->bits.multiplex || conn->
httpversion
>= 20 || httpsending) {
in Curl_setup_transfer()
H
A
D
http2.c
2721
conn->
httpversion
= 20; /* we know we're on HTTP/2 now */
in Curl_http2_switch()
2749
cf->conn->
httpversion
= 20; /* we know we're on HTTP/2 now */
in Curl_http2_switch_at()
2806
conn->
httpversion
= 20; /* we know we're on HTTP/2 now */
in Curl_http2_upgrade()
H
A
D
c-hyper.c
281
conn->
httpversion
=
in status_line()
/third_party/curl/src/
H
A
D
tool_cfgable.h
166
long
httpversion
;
member
H
A
D
tool_getparam.c
937
long
httpversion
)
in sethttpver()
939
if(config->
httpversion
&&
in sethttpver()
940
(config->
httpversion
!=
httpversion
))
in sethttpver()
943
config->
httpversion
=
httpversion
;
in sethttpver()
935
sethttpver(struct GlobalConfig *global, struct OperationConfig *config, long
httpversion
)
sethttpver()
argument
H
A
D
tool_operate.c
1481
if(config->
httpversion
)
in single_transfer()
1482
my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->
httpversion
);
in single_transfer()
/third_party/curl/lib/vquic/
H
A
D
vquic.c
643
(conn->
httpversion
== 30));
in Curl_conn_is_http3()
H
A
D
curl_msh3.c
898
cf->conn->
httpversion
= 30;
in cf_msh3_connect()
H
A
D
curl_ngtcp2.c
1540
cf->conn->
httpversion
= 30;
in qng_verify_peer()
H
A
D
curl_osslq.c
470
cf->conn->
httpversion
= 30;
in cf_osslq_verify_peer()
H
A
D
curl_quiche.c
1304
cf->conn->
httpversion
= 30;
in cf_quiche_verify_peer()
Completed in 45 milliseconds