Searched refs:CURL_OFFT_INVAL (Results 1 – 7 of 7) sorted by relevance
230 return CURL_OFFT_INVAL; /* nothing parsed */ in curlx_strtoofft()240 return CURL_OFFT_INVAL; in curlx_strtoofft()
46 CURL_OFFT_INVAL /* nothing was parsed */ enumerator
152 if((to_t == CURL_OFFT_INVAL) && !from_t) { in file_range()158 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in file_range()
3488 if((to_t == CURL_OFFT_INVAL) && !from_t) { in ftp_range()3494 else if(!to_t && (from_t == CURL_OFFT_INVAL)) { in ftp_range()
1511 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
2168 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()
409 else if(CURL_OFFT_INVAL == offt) in str2offset()