Searched refs:to_t (Results 1 – 3 of 3) sorted by relevance
46 CURLofft to_t; in Curl_range() local52 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in Curl_range()53 if(to_t == CURL_OFFT_FLOW) in Curl_range()55 if((to_t == CURL_OFFT_INVAL) && !from_t) { in Curl_range()60 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in Curl_range()
1636 CURLofft to_t; in myssh_statemach_act() local1645 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in myssh_statemach_act()1646 if(to_t == CURL_OFFT_FLOW) { in myssh_statemach_act()1649 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
1531 CURLofft to_t; in sftp_download_stat() local1539 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in sftp_download_stat()1540 if(to_t == CURL_OFFT_FLOW) in sftp_download_stat()1542 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in sftp_download_stat()
Completed in 25 milliseconds