Lines Matching refs:bytesread
2053 size_t bytesread;
2104 for (bytesread = 0; bytesread < buflen; )
2108 readsize = buflen - bytesread;
2178 bytesread += readsize;
2190 return bytesread;
2203 size_t bytesread;
2249 for (bytesread = 0; bytesread < buflen; )
2253 readsize = buflen - bytesread;
2323 bytesread += readsize;
2335 return bytesread;