Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1780 size_t actuallyread; in ssh_statemach_act() local
1782 actuallyread = data->state.fread_func(data->state.buffer, 1, in ssh_statemach_act()
1787 passed += actuallyread; in ssh_statemach_act()
1788 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ssh_statemach_act()
Dssh-libssh.c1172 size_t actuallyread = in myssh_statemach_act() local
1176 passed += actuallyread; in myssh_statemach_act()
1177 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in myssh_statemach_act()
Dhttp.c2419 size_t actuallyread = in Curl_http() local
2423 passed += actuallyread; in Curl_http()
2424 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in Curl_http()
Dftp.c1634 size_t actuallyread = in ftp_state_ul_setup() local
1638 passed += actuallyread; in ftp_state_ul_setup()
1639 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ftp_state_ul_setup()