Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcurl_range.c55 if((to_t == CURL_OFFT_INVAL) && !from_t) { in Curl_range()
61 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in Curl_range()
H A Dstrtoofft.c231 return CURL_OFFT_INVAL; /* nothing parsed */ in curlx_strtoofft()
241 return CURL_OFFT_INVAL; in curlx_strtoofft()
H A Dstrtoofft.h48 CURL_OFFT_INVAL /* nothing was parsed */ enumerator
H A Dcookie.c738 case CURL_OFFT_INVAL: in Curl_cookie_add()
/third_party/curl/src/
H A Dtool_paramhlp.c480 else if(CURL_OFFT_INVAL == offt) in str2offset()
/third_party/curl/lib/vssh/
H A Dlibssh.c1648 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
H A Dlibssh2.c2526 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()

Completed in 10 milliseconds