Home | History | Annotate | Download | only in base

Lines Matching full:bytes

78   // Update the |forward_bytes_| counter since we have more bytes.
81 // Advise the user to stop append if the amount of forward bytes exceeds
108 // Perform seeking forward only if we have enough bytes in the queue.
112 // Do a read of |size| bytes.
121 // Record the number of bytes taken.
123 // Loop until we taken enough bytes and rewind by the desired |size|.
130 // We try to consume at most |size| bytes in the backward direction. We also
132 // minimum between the two to determine the amount of bytes to take from the
139 // Increase the amount of bytes taken in the backward direction. This
143 // Forward bytes increases and backward bytes decreases by the amount
185 // Counts how many bytes are actually read from the buffer queue.
205 // |buffer|. We shall copy no more than |size| bytes in total and each
213 // Increase total number of bytes copied, which regulates when to end this
217 // We have read |copied| bytes from the current buffer. Advances the
247 // We have less forward bytes and more backward bytes. Updates these