Searched refs:bytesread (Results 1 – 2 of 2) sorted by relevance
283 int bytesread; in sha1file() local305 bytesread = fread(buffer, 1, 16384, f); in sha1file()306 SHA1Update(&context, buffer, bytesread); in sha1file()
521 ssize_t bytesread = 0; in socket_read_all() local