Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_range.c45 CURLofft to_t; in Curl_range() local
51 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in Curl_range()
52 if(to_t == CURL_OFFT_FLOW) in Curl_range()
54 if((to_t == CURL_OFFT_INVAL) && !from_t) { in Curl_range()
60 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in Curl_range()
/external/curl/lib/vssh/
Dlibssh.c1631 CURLofft to_t; in myssh_statemach_act() local
1640 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in myssh_statemach_act()
1641 if(to_t == CURL_OFFT_FLOW) { in myssh_statemach_act()
1644 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
Dlibssh2.c2349 CURLofft to_t; in ssh_statemach_act() local
2357 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in ssh_statemach_act()
2358 if(to_t == CURL_OFFT_FLOW) in ssh_statemach_act()
2360 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()