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:t_starttransfer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/tests/unit/
H
A
D
unit1399.c
74
fail_unless(usec_matches_seconds(data->progress.
t_starttransfer
, seconds),
in expect_timer_seconds()
79
* t_connect, t_appconnect, t_pretransfer, and
t_starttransfer
are additive.
80
* E.g., if
t_starttransfer
took 2 seconds initially and took another 1
81
* second for the redirect request, then the resulting
t_starttransfer
should
91
data.progress.
t_starttransfer
= 0;
106
data.progress.t_redirect = data.progress.
t_starttransfer
+ 1;
113
/* ensure
t_starttransfer
is only set on the first invocation by attempting
/third_party/curl/lib/
H
A
D
getinfo.c
56
pro->
t_starttransfer
= 0;
in Curl_initinfo()
410
*param_offt = data->progress.
t_starttransfer
;
in getinfo_offt()
476
*param_doublep = DOUBLE_SECS(data->progress.
t_starttransfer
);
in getinfo_double()
H
A
D
progress.c
205
delta = &data->progress.
t_starttransfer
;
in Curl_pgrsTimeWas()
206
/* prevent updating
t_starttransfer
unless:
in Curl_pgrsTimeWas()
207
* 1) this is the first time we're setting
t_starttransfer
in Curl_pgrsTimeWas()
208
* 2) a redirect has occurred since the last time
t_starttransfer
was set
in Curl_pgrsTimeWas()
210
* changing the
t_starttransfer
time.
in Curl_pgrsTimeWas()
H
A
D
urldata.h
1187
timediff_t
t_starttransfer
;
member
Completed in 7 milliseconds