Searched refs:remoteStream (Results 1 – 3 of 3) sorted by relevance
18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream33 $this->remoteStream = $stream;39 $remoteSize = $this->remoteStream->getSize();60 $size = $this->remoteStream->getSize();74 while ($diff > 0 && !$this->remoteStream->eof()) {96 $remoteData = $this->remoteStream->read(119 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();129 return $this->stream->eof() && $this->remoteStream->eof();137 $this->remoteStream->close() && $this->stream->close();
18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream38 $this->remoteStream = $stream;44 $remoteSize = $this->remoteStream->getSize();65 $size = $this->remoteStream->getSize();79 while ($diff > 0 && !$this->remoteStream->eof()) {101 $remoteData = $this->remoteStream->read(124 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();134 return $this->stream->eof() && $this->remoteStream->eof();142 $this->remoteStream->close();
15 private $remoteStream; variable in GuzzleHttp\\Stream\\CachingStream30 $this->remoteStream = $stream;36 return max($this->stream->getSize(), $this->remoteStream->getSize());79 $remoteData = $this->remoteStream->read(102 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();112 return $this->stream->eof() && $this->remoteStream->eof();120 $this->remoteStream->close() && $this->stream->close();