Home
last modified time | relevance | path

Searched refs:CURL_OFFT_INVAL (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/
Dstrtoofft.c230 return CURL_OFFT_INVAL; /* nothing parsed */ in curlx_strtoofft()
240 return CURL_OFFT_INVAL; in curlx_strtoofft()
Dstrtoofft.h46 CURL_OFFT_INVAL /* nothing was parsed */ enumerator
Dfile.c152 if((to_t == CURL_OFFT_INVAL) && !from_t) { in file_range()
158 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in file_range()
Dftp.c3488 if((to_t == CURL_OFFT_INVAL) && !from_t) { in ftp_range()
3494 else if(!to_t && (from_t == CURL_OFFT_INVAL)) { in ftp_range()
Dssh-libssh.c1511 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
Dssh.c2168 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()
/external/curl/src/
Dtool_paramhlp.c409 else if(CURL_OFFT_INVAL == offt) in str2offset()