Searched refs:totalBytesRead (Results 1 – 3 of 3) sorted by relevance
248 ssize_t totalBytesRead = 0; in resync() local271 totalBytesRead = sourceReadAt(fp, pos + remainingBytes, in resync()274 if (totalBytesRead <= 0) { in resync()277 reachEOS = (totalBytesRead != bytesToRead); in resync()278 remainingBytes += totalBytesRead; in resync()
123 size_t totalBytesRead = 0; in doRead() local136 totalBytesRead += bytesRead; in doRead()140 return totalBytesRead; in doRead()
100 ssize_t totalBytesRead = 0; in Resync() local124 totalBytesRead = source->readAt(pos + remainingBytes, in Resync()127 if (totalBytesRead <= 0) { in Resync()130 reachEOS = (totalBytesRead != bytesToRead); in Resync()131 totalBytesRead += remainingBytes; in Resync()132 remainingBytes = totalBytesRead; in Resync()