Searched refs:readthisamountnow (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp.c2022 size_t readthisamountnow = local
2027 data->set.fread_func(data->state.buffer, 1, readthisamountnow,
2031 if((actuallyread == 0) || (actuallyread > readthisamountnow)) {
H A Dssh.c1592 size_t readthisamountnow = local
1597 conn->fread_func(data->state.buffer, 1, readthisamountnow,
1601 if((actuallyread == 0) || (actuallyread > readthisamountnow)) {
H A Dftp.c1428 size_t readthisamountnow = local
1433 conn->fread_func(data->state.buffer, 1, readthisamountnow,
1437 if((actuallyread == 0) || (actuallyread > readthisamountnow)) {

Completed in 105 milliseconds