Home
last modified time | relevance | path

Searched refs:CURL_OFF_T_MAX (Results 1 - 11 of 11) sorted by relevance

/third_party/curl/src/
H A Dtool_cb_prg.c128 # 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 Dtool_getparam.c796 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 Dtool_operate.c566 if((CURL_OFF_T_MAX - retry_after < seconds) || in post_per_transfer()
/third_party/curl/lib/
H A Dtimediff.h34 #define TIMEDIFF_T_MAX CURL_OFF_T_MAX
H A Dhsts.c184 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 Dprogress.c301 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 Dcurl_range.c77 if(totalsize == CURL_OFF_T_MAX) in Curl_range()
H A Dcookie.c395 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 Dstrtoofft.c157 value = CURL_OFF_T_MAX; in strtooff()
H A Dcurl_setup.h494 # 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 Dftplistparser.c633 if(p[0] == '\0' && fsize != CURL_OFF_T_MAX && in Curl_ftp_parselist()

Completed in 14 milliseconds