Lines Matching refs:current
43 private $current;
62 $this->current = $start;
73 $this->current += $amount;
78 return $this->buffer_end - $this->current;
81 public function current()
84 ($this->buffer_end - $this->current +
98 // The limit position is in the current buffer. We must adjust the
157 if ($this->current === $this->buffer_end) {
163 $b = ord($this->buffer[$this->current]);
188 if ($this->current === $this->buffer_end) {
195 $byte = ord($this->buffer[$this->current]);
268 if ($this->current === $this->buffer_end) {
305 $buffer = substr($this->buffer, $this->current, $size);
313 * from the current position. Once the stream hits this limit, it will act
329 $current_position = $this->current();
380 return $this->current_limit - $this->current;