Home
last modified time | relevance | path

Searched refs:actuallyread (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dssh.c1739 size_t actuallyread = in ssh_statemach_act() local
1743 passed += actuallyread; in ssh_statemach_act()
1744 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ssh_statemach_act()
Dhttp.c2167 size_t actuallyread = in Curl_http() local
2171 passed += actuallyread; in Curl_http()
2172 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in Curl_http()
Dftp.c1672 size_t actuallyread = in ftp_state_ul_setup() local
1676 passed += actuallyread; in ftp_state_ul_setup()
1677 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ftp_state_ul_setup()