Home
last modified time | relevance | path

Searched refs:to_t (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcurl_range.c46 CURLofft to_t; in Curl_range() local
52 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()
/curl/lib/vssh/
H A Dlibssh.c1636 CURLofft to_t; in myssh_statemach_act() local
1645 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()
H A Dlibssh2.c1531 CURLofft to_t; in sftp_download_stat() local
1539 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 15 milliseconds