Lines Matching refs:bytes_read
185 size_t bytes_read = 0;187 ssize_t rv = HANDLE_EINTR(read(fd, buf + bytes_read, bufsize - bytes_read));194 return bytes_read;198 return bytes_read;200 bytes_read += rv;202 } while (bytes_read < bufsize);204 return bytes_read;