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_startop
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/tests/unit/
H
A
D
unit1303.c
141
data->progress.
t_startop
.tv_sec = BASE;
142
data->progress.
t_startop
.tv_usec = 0;
/third_party/curl/lib/
H
A
D
progress.c
174
data->progress.
t_startop
= timestamp;
in Curl_pgrsTimeWas()
183
back from the waiting queue). It needs to count from
t_startop
and not
in Curl_pgrsTimeWas()
187
Curl_timediff_us(timestamp, data->progress.
t_startop
);
in Curl_pgrsTimeWas()
H
A
D
urldata.h
1192
struct curltime
t_startop
;
member
H
A
D
connect.c
124
Curl_timediff(*nowp, data->progress.
t_startop
);
in Curl_timeleft()
Completed in 9 milliseconds