Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dwolfssh.c642 size_t actuallyread; in wssh_statemach_act() local
644 actuallyread = data->state.fread_func(data->state.buffer, 1, in wssh_statemach_act()
649 passed += actuallyread; in wssh_statemach_act()
650 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in wssh_statemach_act()
Dlibssh2.c1981 size_t actuallyread; in ssh_statemach_act() local
1983 actuallyread = data->state.fread_func(data->state.buffer, 1, in ssh_statemach_act()
1988 passed += actuallyread; in ssh_statemach_act()
1989 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ssh_statemach_act()
Dlibssh.c1282 size_t actuallyread = in myssh_statemach_act() local
1286 passed += actuallyread; in myssh_statemach_act()
1287 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in myssh_statemach_act()
/external/curl/lib/
Dhttp.c2405 size_t actuallyread = in Curl_http() local
2409 passed += actuallyread; in Curl_http()
2410 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in Curl_http()
Dftp.c1611 size_t actuallyread = in ftp_state_ul_setup() local
1615 passed += actuallyread; in ftp_state_ul_setup()
1616 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ftp_state_ul_setup()