Searched refs:totalBytesRead (Results 1 – 2 of 2) sorted by relevance
95 size_t totalBytesRead = 0; in doRead() local108 totalBytesRead += bytesRead; in doRead()112 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()