Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dwolfssh.c650 size_t actuallyread; in wssh_statemach_act() local
652 actuallyread = data->state.fread_func(scratch, 1, in wssh_statemach_act()
657 passed += actuallyread; in wssh_statemach_act()
658 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in wssh_statemach_act()
H A Dlibssh.c1317 size_t actuallyread = in myssh_statemach_act() local
1321 passed += actuallyread; in myssh_statemach_act()
1322 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in myssh_statemach_act()
H A Dlibssh2.c2167 size_t actuallyread; in ssh_statemach_act() local
2169 actuallyread = data->state.fread_func(scratch, 1, in ssh_statemach_act()
2174 passed += actuallyread; in ssh_statemach_act()
2175 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ssh_statemach_act()
/third_party/curl/lib/
H A Dftp.c1596 size_t actuallyread = in ftp_state_ul_setup() local
1600 passed += actuallyread; in ftp_state_ul_setup()
1601 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ftp_state_ul_setup()
H A Dhttp.c2949 size_t actuallyread = in Curl_http_resume() local
2953 passed += actuallyread; in Curl_http_resume()
2954 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in Curl_http_resume()

Completed in 18 milliseconds