OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURL_OFF_T_C
(Results
1 - 10
of
10
) sorted by null
/external/curl/lib/
strtoofft.h
68
# define CURL_OFF_T_MAX
CURL_OFF_T_C
(0x7FFFFFFF)
71
# define CURL_OFF_T_MAX
CURL_OFF_T_C
(0x7FFFFFFFFFFFFFFF)
73
#define CURL_OFF_T_MIN (-CURL_OFF_T_MAX -
CURL_OFF_T_C
(1))
progress.c
39
h = seconds /
CURL_OFF_T_C
(3600);
40
if(h <=
CURL_OFF_T_C
(99)) {
41
m = (seconds - (h*
CURL_OFF_T_C
(3600))) /
CURL_OFF_T_C
(60);
42
s = (seconds - (h*
CURL_OFF_T_C
(3600))) - (m*
CURL_OFF_T_C
(60));
49
d = seconds /
CURL_OFF_T_C
(86400);
50
h = (seconds - (d*
CURL_OFF_T_C
(86400))) /
CURL_OFF_T_C
(3600);
51
if(d <=
CURL_OFF_T_C
(999)
[
all
...]
file.c
555
(expected_size <
CURL_OFF_T_C
(BUFSIZE) -
CURL_OFF_T_C
(1)) ?
http.c
[
all
...]
ssh.c
[
all
...]
ftp.c
[
all
...]
/external/curl/src/
tool_cb_see.c
38
#define OUR_MAX_SEEK_O
CURL_OFF_T_C
(0x7FFFFFFF) -
CURL_OFF_T_C
(0x1)
tool_operate.c
[
all
...]
/external/curl/include/curl/
curlrules.h
176
* CURL_ISOCPP and
CURL_OFF_T_C
definitions are done here in order to allow
208
# define
CURL_OFF_T_C
(Val) __CURL_OFF_T_C_HLPR1(Val) ## \
219
# define
CURL_OFF_T_C
(Val) __CURL_OFF_T_C_HLPR1(Val,CURL_SUFFIX_CURL_OFF_T)
/external/google-breakpad/src/third_party/curl/
curlrules.h
191
* CURL_ISOCPP and
CURL_OFF_T_C
definitions are done here in order to allow
226
#define
CURL_OFF_T_C
(Val) __CURL_OFF_T_C_HELPER1(Val,CURL_SUFFIX_CURL_OFF_T)
Completed in 1577 milliseconds