Home
last modified time | relevance | path

Searched refs:CURL_OFF_T_C (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/lib/
H A Dprogress.c47 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 Dcurl_setup.h494 # 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 Dcurl_ntlm_core.c462 t = (t + CURL_OFF_T_C(11644473600)) * 10000000; in time2filetime()
/third_party/curl/src/
H A Dtool_progress.c38 #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 Dtool_filetime.c59 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 Dtool_cb_see.c41 #define OUR_MAX_SEEK_O CURL_OFF_T_C(0x7FFFFFFF) - CURL_OFF_T_C(0x1)
H A Dtool_cb_prg.c128 # define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF)
H A Dtool_operate.c1526 my_setopt(curl, CURLOPT_RESUME_FROM_LARGE, CURL_OFF_T_C(0)); in single_transfer()
/third_party/curl/include/curl/
H A Dsystem.h449 * 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