Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_range.c47 if(from_t == CURL_OFFT_FLOW) in Curl_range()
52 if(to_t == CURL_OFFT_FLOW) in Curl_range()
Dstrtoofft.h45 CURL_OFFT_FLOW, /* over or underflow */ enumerator
Dstrtoofft.c235 return CURL_OFFT_FLOW; in curlx_strtoofft()
Dssh-libssh.c1525 if(from_t == CURL_OFFT_FLOW) { in myssh_statemach_act()
1531 if(to_t == CURL_OFFT_FLOW) { in myssh_statemach_act()
Dcookie.c700 if(offt == CURL_OFFT_FLOW) in Curl_cookie_add()
Dssh.c2176 if(from_t == CURL_OFFT_FLOW) in ssh_statemach_act()
2181 if(to_t == CURL_OFFT_FLOW) in ssh_statemach_act()
Dhttp.c3791 else if(offt == CURL_OFFT_FLOW) { in Curl_http_readwrite_headers()
/external/curl/src/
Dtool_paramhlp.c407 if(CURL_OFFT_FLOW == offt) in str2offset()