Home
last modified time | relevance | path

Searched refs:CURL_OFFT_FLOW (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dstrtoofft.h45 CURL_OFFT_FLOW, /* over or underflow */ enumerator
Dstrtoofft.c237 return CURL_OFFT_FLOW; in curlx_strtoofft()
Dfile.c145 if(from_t == CURL_OFFT_FLOW) in file_range()
150 if(to_t == CURL_OFFT_FLOW) in file_range()
Dcookie.c616 if(offt == CURL_OFFT_FLOW) in Curl_cookie_add()
Dssh-libssh.c1502 if(from_t == CURL_OFFT_FLOW) { in myssh_statemach_act()
1508 if(to_t == CURL_OFFT_FLOW) { in myssh_statemach_act()
Dssh.c2161 if(from_t == CURL_OFFT_FLOW) in ssh_statemach_act()
2166 if(to_t == CURL_OFFT_FLOW) in ssh_statemach_act()
Dftp.c3481 if(from_t == CURL_OFFT_FLOW) in ftp_range()
3486 if(to_t == CURL_OFFT_FLOW) in ftp_range()
Dhttp.c3531 else if(offt == CURL_OFFT_FLOW) { in Curl_http_readwrite_headers()
/external/curl/src/
Dtool_paramhlp.c407 if(CURL_OFFT_FLOW == offt) in str2offset()