Searched refs:to_t (Results 1 – 3 of 3) sorted by relevance
45 CURLofft to_t; in Curl_range() local51 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()
1631 CURLofft to_t; in myssh_statemach_act() local1640 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()
2349 CURLofft to_t; in ssh_statemach_act() local2357 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()