Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_range.c54 if((to_t == CURL_OFFT_INVAL) && !from_t) { in Curl_range()
60 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in Curl_range()
Dstrtoofft.c228 return CURL_OFFT_INVAL; /* nothing parsed */ in curlx_strtoofft()
238 return CURL_OFFT_INVAL; in curlx_strtoofft()
Dstrtoofft.h46 CURL_OFFT_INVAL /* nothing was parsed */ enumerator
/external/curl/src/
Dtool_paramhlp.c401 else if(CURL_OFFT_INVAL == offt) in str2offset()
/external/curl/lib/vssh/
Dlibssh.c1644 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
Dlibssh2.c2360 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()