Home
last modified time | relevance | path

Searched refs:CURL_OFFT_INVAL (Results 1 – 7 of 7) sorted by last modified time

/curl/lib/vssh/
H A Dlibssh2.c2530 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()
H A Dlibssh.c1650 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
/curl/src/
H A Dtool_paramhlp.c519 else if(CURL_OFFT_INVAL == offt) in str2offset()
/curl/lib/
H A Dcookie.c740 case CURL_OFFT_INVAL: in Curl_cookie_add()
H A Dstrtoofft.c226 return CURL_OFFT_INVAL; /* nothing parsed */ in curlx_strtoofft()
236 return CURL_OFFT_INVAL; in curlx_strtoofft()
H A Dstrtoofft.h48 CURL_OFFT_INVAL /* nothing was parsed */ enumerator
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()

Completed in 30 milliseconds