Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_range.c53 if((to_t == CURL_OFFT_INVAL) && !from_t) { in Curl_range()
59 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
/third_party/curl/src/
Dtool_paramhlp.c421 else if(CURL_OFFT_INVAL == offt) in str2offset()
/third_party/curl/lib/vssh/
Dlibssh.c1660 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
Dlibssh2.c2349 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()