Searched refs:CURL_OFF_T_MAX (Results 1 – 13 of 13) sorted by relevance
118 # define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) macro149 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()
525 if(value > (CURL_OFF_T_MAX / (1024*1024*1024))) in GetSizeParameter()531 if(value > (CURL_OFF_T_MAX / (1024*1024))) in GetSizeParameter()537 if(value > (CURL_OFF_T_MAX / 1024)) in GetSizeParameter()
650 if((CURL_OFF_T_MAX - retry_after < seconds) || in post_per_transfer()
34 #define TIMEDIFF_T_MAX CURL_OFF_T_MAX
135 if(value > (CURL_OFF_T_MAX - i) / base) { in strtooff()152 value = CURL_OFF_T_MAX; in strtooff()
75 if(totalsize == CURL_OFF_T_MAX) in Curl_range()
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()
383 ci->next_expiration != CURL_OFF_T_MAX) in remove_expired()386 ci->next_expiration = CURL_OFF_T_MAX; in remove_expired()693 co->expires = CURL_OFF_T_MAX; in parse_cookie_header()703 else if(CURL_OFF_T_MAX - now < co->expires) in parse_cookie_header()705 co->expires = CURL_OFF_T_MAX; in parse_cookie_header()1234 ci->next_expiration = CURL_OFF_T_MAX; in Curl_cookie_init()
297 if(size < CURL_OFF_T_MAX/1000) in Curl_pgrsLimitWaitTime()395 else if(size < CURL_OFF_T_MAX/1000000) in trspeed()400 return CURL_OFF_T_MAX; in trspeed()
568 # define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) macro570 #define CURL_OFF_T_MIN (-CURL_OFF_T_MAX - CURL_OFF_T_C(1))
633 if(p[0] == '\0' && fsize != CURL_OFF_T_MAX && in Curl_ftp_parselist()
1668 if((to - from) == CURL_OFF_T_MAX) in myssh_statemach_act()
1561 if((to - from) == CURL_OFF_T_MAX) in sftp_download_stat()
Completed in 39 milliseconds