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_MAX
(Results
1 - 11
of
11
) sorted by relevance
/third_party/curl/src/
H
A
D
tool_cb_prg.c
128
# define
CURL_OFF_T_MAX
CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF)
macro
148
total =
CURL_OFF_T_MAX
;
in tool_progress_cb()
150
else if((
CURL_OFF_T_MAX
- bar->initial_size) < (dltotal + ultotal))
in tool_progress_cb()
151
total =
CURL_OFF_T_MAX
;
in tool_progress_cb()
161
point =
CURL_OFF_T_MAX
;
in tool_progress_cb()
163
else if((
CURL_OFF_T_MAX
- bar->initial_size) < (dlnow + ulnow))
in tool_progress_cb()
164
point =
CURL_OFF_T_MAX
;
in tool_progress_cb()
H
A
D
tool_getparam.c
796
if(value > (
CURL_OFF_T_MAX
/ (1024*1024*1024)))
in GetSizeParameter()
802
if(value > (
CURL_OFF_T_MAX
/ (1024*1024)))
in GetSizeParameter()
808
if(value > (
CURL_OFF_T_MAX
/ 1024))
in GetSizeParameter()
H
A
D
tool_operate.c
566
if((
CURL_OFF_T_MAX
- retry_after < seconds) ||
in post_per_transfer()
/third_party/curl/lib/
H
A
D
timediff.h
34
#define TIMEDIFF_T_MAX
CURL_OFF_T_MAX
H
A
D
hsts.c
184
expires =
CURL_OFF_T_MAX
;
in Curl_hsts_parse()
229
if(
CURL_OFF_T_MAX
- now < expires)
in Curl_hsts_parse()
231
expires =
CURL_OFF_T_MAX
;
in Curl_hsts_parse()
H
A
D
progress.c
301
if(size <
CURL_OFF_T_MAX
/1000)
in Curl_pgrsLimitWaitTime()
394
else if(size <
CURL_OFF_T_MAX
/1000000)
in trspeed()
399
return
CURL_OFF_T_MAX
;
in trspeed()
H
A
D
curl_range.c
77
if(totalsize ==
CURL_OFF_T_MAX
)
in Curl_range()
H
A
D
cookie.c
395
cookies->next_expiration !=
CURL_OFF_T_MAX
)
in remove_expired()
398
cookies->next_expiration =
CURL_OFF_T_MAX
;
in remove_expired()
736
co->expires =
CURL_OFF_T_MAX
;
in Curl_cookie_add()
746
else if(
CURL_OFF_T_MAX
- now < co->expires)
in Curl_cookie_add()
748
co->expires =
CURL_OFF_T_MAX
;
in Curl_cookie_add()
1220
c->next_expiration =
CURL_OFF_T_MAX
;
in Curl_cookie_init()
H
A
D
strtoofft.c
157
value =
CURL_OFF_T_MAX
;
in strtooff()
H
A
D
curl_setup.h
494
# define
CURL_OFF_T_MAX
CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF)
macro
496
#define CURL_OFF_T_MIN (-
CURL_OFF_T_MAX
- CURL_OFF_T_C(1))
H
A
D
ftplistparser.c
633
if(p[0] == '\0' && fsize !=
CURL_OFF_T_MAX
&&
in Curl_ftp_parselist()
Completed in 14 milliseconds