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:CURL_OFF_T_C
(Results
1 - 9
of
9
) sorted by relevance
/third_party/curl/lib/
H
A
D
progress.c
47
h = seconds /
CURL_OFF_T_C
(3600);
in time2str()
48
if(h <=
CURL_OFF_T_C
(99)) {
in time2str()
49
curl_off_t m = (seconds - (h*
CURL_OFF_T_C
(3600))) /
CURL_OFF_T_C
(60);
in time2str()
50
curl_off_t s = (seconds - (h*
CURL_OFF_T_C
(3600))) - (m*
CURL_OFF_T_C
(60));
in time2str()
57
curl_off_t d = seconds /
CURL_OFF_T_C
(86400);
in time2str()
58
h = (seconds - (d*
CURL_OFF_T_C
(86400))) /
CURL_OFF_T_C
(3600);
in time2str()
59
if(d <=
CURL_OFF_T_C
(99
in time2str()
[all...]
H
A
D
curl_setup.h
494
# define CURL_OFF_T_MAX
CURL_OFF_T_C
(0x7FFFFFFFFFFFFFFF)
496
#define CURL_OFF_T_MIN (-CURL_OFF_T_MAX -
CURL_OFF_T_C
(1))
H
A
D
curl_ntlm_core.c
462
t = (t +
CURL_OFF_T_C
(11644473600)) * 10000000;
in time2filetime()
/third_party/curl/src/
H
A
D
tool_progress.c
38
#define ONE_KILOBYTE
CURL_OFF_T_C
(1024)
in max5data()
39
#define ONE_MEGABYTE (
CURL_OFF_T_C
(1024) * ONE_KILOBYTE)
in max5data()
40
#define ONE_GIGABYTE (
CURL_OFF_T_C
(1024) * ONE_MEGABYTE)
in max5data()
41
#define ONE_TERABYTE (
CURL_OFF_T_C
(1024) * ONE_GIGABYTE)
in max5data()
42
#define ONE_PETABYTE (
CURL_OFF_T_C
(1024) * ONE_TERABYTE)
in max5data()
44
if(bytes <
CURL_OFF_T_C
(100000))
in max5data()
47
else if(bytes <
CURL_OFF_T_C
(10000) * ONE_KILOBYTE)
in max5data()
50
else if(bytes <
CURL_OFF_T_C
(100) * ONE_MEGABYTE)
in max5data()
54
(bytes%ONE_MEGABYTE) / (ONE_MEGABYTE/
CURL_OFF_T_C
(10)) );
in max5data()
56
else if(bytes <
CURL_OFF_T_C
(1000
in max5data()
[all...]
H
A
D
tool_filetime.c
59
if(converted <
CURL_OFF_T_C
(116444736000000000))
in getfiletime()
62
*stamp = (converted -
CURL_OFF_T_C
(116444736000000000)) / 10000000;
in getfiletime()
104
if(filetime >
CURL_OFF_T_C
(910670515199)) {
in setfiletime()
118
CURL_OFF_T_C
(116444736000000000);
in setfiletime()
H
A
D
tool_cb_see.c
41
#define OUR_MAX_SEEK_O
CURL_OFF_T_C
(0x7FFFFFFF) -
CURL_OFF_T_C
(0x1)
H
A
D
tool_cb_prg.c
128
# define CURL_OFF_T_MAX
CURL_OFF_T_C
(0x7FFFFFFFFFFFFFFF)
H
A
D
tool_operate.c
1526
my_setopt(curl, CURLOPT_RESUME_FROM_LARGE,
CURL_OFF_T_C
(0));
in single_transfer()
/third_party/curl/include/curl/
H
A
D
system.h
449
* CURL_ISOCPP and
CURL_OFF_T_C
definitions are done here in order to allow
481
# define
CURL_OFF_T_C
(Val) CURLINC_OFF_T_C_HLPR1(Val) ## \
macro
492
# define
CURL_OFF_T_C
(Val) CURLINC_OFF_T_C_HLPR1(Val,CURL_SUFFIX_CURL_OFF_T)
macro
Completed in 8 milliseconds