Lines Matching refs:buffer
33 * The number of bytes buffered is the number passed to buffer()
39 * Buffer from the stream into our buffer.
50 bool buffer(size_t bytes);
53 * Flush the buffer.
71 * This is the position of the start of the buffer. After this call, a
101 // When fHasLengthAndPosition is true, we do not need to actually buffer
102 // inside buffer(). We'll buffer inside get(). This keeps track of how many
104 // buffer(n)
106 // buffer(n + u)
108 // The second call to get() needs to only truly buffer the part that was