Home
last modified time | relevance | path

Searched refs:CURL_OFF_T_MAX (Results 1 – 13 of 13) sorted by relevance

/curl/src/
H A Dtool_cb_prg.c118 # define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) macro
149 total = CURL_OFF_T_MAX; in tool_progress_cb()
151 else if((CURL_OFF_T_MAX - bar->initial_size) < (dltotal + ultotal)) in tool_progress_cb()
152 total = CURL_OFF_T_MAX; in tool_progress_cb()
162 point = CURL_OFF_T_MAX; in tool_progress_cb()
164 else if((CURL_OFF_T_MAX - bar->initial_size) < (dlnow + ulnow)) in tool_progress_cb()
165 point = CURL_OFF_T_MAX; in tool_progress_cb()
H A Dtool_getparam.c521 if(value > (CURL_OFF_T_MAX / (1024*1024*1024))) in GetSizeParameter()
527 if(value > (CURL_OFF_T_MAX / (1024*1024))) in GetSizeParameter()
533 if(value > (CURL_OFF_T_MAX / 1024)) in GetSizeParameter()
H A Dtool_operate.c650 if((CURL_OFF_T_MAX - retry_after < seconds) || in post_per_transfer()
/curl/lib/
H A Dtimediff.h34 #define TIMEDIFF_T_MAX CURL_OFF_T_MAX
H A Dstrtoofft.c135 if(value > (CURL_OFF_T_MAX - i) / base) { in strtooff()
152 value = CURL_OFF_T_MAX; in strtooff()
H A Dcurl_range.c75 if(totalsize == CURL_OFF_T_MAX) in Curl_range()
H A Dhsts.c179 expires = CURL_OFF_T_MAX; in Curl_hsts_parse()
224 if(CURL_OFF_T_MAX - now < expires) in Curl_hsts_parse()
226 expires = CURL_OFF_T_MAX; in Curl_hsts_parse()
H A Dprogress.c297 if(size < CURL_OFF_T_MAX/1000) in Curl_pgrsLimitWaitTime()
390 else if(size < CURL_OFF_T_MAX/1000000) in trspeed()
395 return CURL_OFF_T_MAX; in trspeed()
H A Dcookie.c396 cookies->next_expiration != CURL_OFF_T_MAX) in remove_expired()
399 cookies->next_expiration = CURL_OFF_T_MAX; in remove_expired()
739 co->expires = CURL_OFF_T_MAX; in Curl_cookie_add()
749 else if(CURL_OFF_T_MAX - now < co->expires) in Curl_cookie_add()
751 co->expires = CURL_OFF_T_MAX; in Curl_cookie_add()
1228 c->next_expiration = CURL_OFF_T_MAX; in Curl_cookie_init()
H A Dcurl_setup.h560 # define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) macro
562 #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()
/curl/lib/vssh/
H A Dlibssh.c1668 if((to - from) == CURL_OFF_T_MAX) in myssh_statemach_act()
H A Dlibssh2.c2551 if((to - from) == CURL_OFF_T_MAX) in ssh_statemach_act()

Completed in 60 milliseconds