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()
61 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.c2520 CURLofft to_t; in ssh_statemach_act() local
2528 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in ssh_statemach_act()
2529 if(to_t == CURL_OFFT_FLOW) in ssh_statemach_act()
2531 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()

Completed in 31 milliseconds