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:conn_to_port
(Results
1 - 7
of
7
) sorted by relevance
/third_party/curl/lib/vtls/
H
A
D
vtls.c
574
((!cf->conn->bits.
conn_to_port
&& check->
conn_to_port
== -1) ||
in Curl_ssl_getsessionid()
575
(cf->conn->bits.
conn_to_port
&& check->
conn_to_port
!= -1 &&
in Curl_ssl_getsessionid()
576
cf->conn->
conn_to_port
== check->
conn_to_port
)) &&
in Curl_ssl_getsessionid()
657
int
conn_to_port
;
in Curl_ssl_addsessionid()
local
685
if(cf->conn->bits.
conn_to_port
)
in Curl_ssl_addsessionid()
686
conn_to_port
= cf->conn->
conn_to_port
;
in Curl_ssl_addsessionid()
[all...]
/third_party/curl/lib/
H
A
D
url.c
1072
if(needle->bits.
conn_to_port
!= check->bits.
conn_to_port
)
in ConnectionExists()
1203
(needle->bits.
conn_to_port
&&
in ConnectionExists()
1204
needle->
conn_to_port
!= check->
conn_to_port
))
in ConnectionExists()
3073
conn->
conn_to_port
= port;
3074
conn->bits.
conn_to_port
= TRUE;
3079
conn->bits.
conn_to_port
= FALSE;
3133
conn->
conn_to_port
= as->dst.port;
3134
conn->bits.
conn_to_port
[all...]
H
A
D
http_proxy.c
71
else if(cf->conn->bits.
conn_to_port
)
in Curl_http_proxy_get_destination()
72
*pport = cf->conn->
conn_to_port
;
in Curl_http_proxy_get_destination()
H
A
D
urldata.h
338
int
conn_to_port
; /* remote port for the connection (may be -1) */
member
511
BIT(
conn_to_port
); /* if set, this connection has a "connect to port"
1085
int
conn_to_port
; /* the remote port to connect to. valid only if
member
1086
bits.
conn_to_port
is set */
H
A
D
socks.c
1169
conn->bits.
conn_to_port
? conn->
conn_to_port
:
in socks_proxy_cf_connect()
H
A
D
c-hyper.c
1089
conn->conn_to_host.name, conn->
conn_to_port
);
in Curl_http()
H
A
D
http.c
3221
conn->conn_to_host.name, conn->
conn_to_port
);
in Curl_http()
Completed in 21 milliseconds