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:tcp_fastopen
(Results
1 - 9
of
9
) sorted by relevance
/third_party/curl/src/
H
A
D
tool_cfgable.h
229
bool
tcp_fastopen
;
member
H
A
D
tool_getparam.c
2158
config->
tcp_fastopen
= TRUE;
in getparameter()
H
A
D
tool_operate.c
1289
if(config->
tcp_fastopen
)
in single_transfer()
/third_party/curl/lib/
H
A
D
cf-socket.c
1165
rc = do_connect(cf, data, cf->conn->bits.
tcp_fastopen
);
in cf_tcp_connect()
1190
else if(rc == CURL_CSELECT_OUT || cf->conn->bits.
tcp_fastopen
) {
in cf_tcp_connect()
1309
if(cf->conn->bits.
tcp_fastopen
) {
in cf_socket_send()
1313
cf->conn->bits.
tcp_fastopen
= FALSE;
in cf_socket_send()
H
A
D
urldata.h
542
BIT(
tcp_fastopen
); /* use TCP Fast Open */
1912
BIT(
tcp_fastopen
); /* use TCP Fast Open */
H
A
D
url.c
474
set->
tcp_fastopen
= FALSE;
in Curl_init_userdefined()
3628
conn->bits.
tcp_fastopen
= data->set.
tcp_fastopen
;
H
A
D
setopt.c
2933
data->set.
tcp_fastopen
= (0 != va_arg(param, long))?TRUE:FALSE;
in Curl_vsetopt()
H
A
D
ftp.c
1953
if(conn->bits.
tcp_fastopen
&& !conn->bits.reuse && !ftpc->newhost[0]) {
in ftp_state_pasv_resp()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
980
pub struct
tcp_fastopen
{
structure names
Completed in 36 milliseconds