Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1847 size_t actuallyread = in ssh_statemach_act() local
1851 passed += actuallyread; in ssh_statemach_act()
1852 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ssh_statemach_act()
Dhttp.c2147 size_t actuallyread = in Curl_http() local
2151 passed += actuallyread; in Curl_http()
2152 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in Curl_http()
Dftp.c1683 size_t actuallyread = in ftp_state_ul_setup() local
1687 passed += actuallyread; in ftp_state_ul_setup()
1688 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ftp_state_ul_setup()