Searched refs:readthisamountnow (Results 1 – 4 of 4) sorted by relevance
1167 size_t readthisamountnow = in myssh_statemach_act() local1174 readthisamountnow, data->state.in); in myssh_statemach_act()1177 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in myssh_statemach_act()
1775 size_t readthisamountnow = in ssh_statemach_act() local1783 readthisamountnow, in ssh_statemach_act()1788 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ssh_statemach_act()
2414 size_t readthisamountnow = in Curl_http() local2420 data->state.fread_func(data->state.buffer, 1, readthisamountnow, in Curl_http()2424 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in Curl_http()
1629 size_t readthisamountnow = in ftp_state_ul_setup() local1635 data->state.fread_func(data->state.buffer, 1, readthisamountnow, in ftp_state_ul_setup()1639 if((actuallyread == 0) || (actuallyread > readthisamountnow)) { in ftp_state_ul_setup()