Searched refs:bytesread (Results 1 – 2 of 2) sorted by relevance
282 int bytesread; in sha1file() local304 bytesread = fread(buffer, 1, 16384, f); in sha1file()305 SHA1Update(&context, buffer, bytesread); in sha1file()
495 ssize_t bytesread = 0; in socket_read_all() local